mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 05:16:36 +00:00
Add -lm and the glib libs too for the dv_init check
Original commit message from CVS: Add -lm and the glib libs too for the dv_init check
This commit is contained in:
parent
819efb4e90
commit
285cd4c15a
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ AC_CHECK_LIB(raw1394, raw1394_get_handle, HAVE_RAW1394=yes, HAVE_RAW1394=no, )
|
|||
|
||||
dnl Check for libdv
|
||||
AC_MSG_CHECKING(libdv)
|
||||
AC_CHECK_LIB(dv, dv_init, HAVE_LIBDV=yes, HAVE_LIBDV=no, )
|
||||
AC_CHECK_LIB(dv, dv_init, HAVE_LIBDV=yes, HAVE_LIBDV=no, -lm $GLIB_LIBS $GLIB_CFLAGS)
|
||||
|
||||
|
||||
dnl check if css-auth.c exists (FIXME)
|
||||
|
|
Loading…
Reference in a new issue