mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
use 0.9.5 libdv m4 check, please report problems if any
Original commit message from CVS: use 0.9.5 libdv m4 check, please report problems if any
This commit is contained in:
parent
495bea360c
commit
52c577421d
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ dnl FIXME take something else ?
|
||||||
AC_CONFIG_SRCDIR([gst/law/alaw.c])
|
AC_CONFIG_SRCDIR([gst/law/alaw.c])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
AUTOMAKE="$AUTOMAKE"
|
##AUTOMAKE="$AUTOMAKE"
|
||||||
dnl Add parameters for aclocal
|
dnl Add parameters for aclocal
|
||||||
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
|
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
|
||||||
ACLOCAL="$ACLOCAL -I m4 -I common/m4 $ACLOCAL_FLAGS"
|
ACLOCAL="$ACLOCAL -I m4 -I common/m4 $ACLOCAL_FLAGS"
|
||||||
|
@ -45,7 +45,7 @@ dnl # Super Duper options for plugin building #
|
||||||
dnl ###########################################
|
dnl ###########################################
|
||||||
|
|
||||||
dnl experimental plugins; stuff that hasn't had the dust settle yet
|
dnl experimental plugins; stuff that hasn't had the dust settle yet
|
||||||
dnl read 'builds, but might not work'
|
dnl read 'builds, but might not work'UTO
|
||||||
GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
|
GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
|
||||||
[HAVE_EXPERIMENTAL=yes],disabled,
|
[HAVE_EXPERIMENTAL=yes],disabled,
|
||||||
[
|
[
|
||||||
|
@ -364,7 +364,7 @@ dnl AC_CHECK_HEADER(cdda_paranoia.h, :, HAVE_CDPARANOIA=no)
|
||||||
dnl *** dv ***
|
dnl *** dv ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_DV, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_DV, true)
|
||||||
GST_CHECK_FEATURE(DV, [dv library], dv, [
|
GST_CHECK_FEATURE(DV, [dv library], dv, [
|
||||||
GST_CHECK_LIBHEADER(DV, dv, dv_init, -lm, libdv/dv.h, DV_LIBS="-ldv")
|
AM_PATH_LIBDV(HAVE_DV=yes, HAVE_DV=no)
|
||||||
AC_SUBST(DV_LIBS)
|
AC_SUBST(DV_LIBS)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue