fix BBB's configure.ac changes

Original commit message from CVS:
fix BBB's configure.ac changes
This commit is contained in:
Thomas Vander Stichele 2003-12-21 20:51:14 +00:00
parent 4062b8106a
commit ca200c8a75

View file

@ -630,7 +630,8 @@ return 0;
[ HAVE_V4L2="no" && AC_MSG_RESULT(no) && [ HAVE_V4L2="no" && AC_MSG_RESULT(no) &&
AC_CHECK_HEADER(linux/videodev2.h, AC_CHECK_HEADER(linux/videodev2.h,
[ AC_MSG_WARN([video4linux2 headers were found, but they're old. Please update v4l2 to compile the v4l2 plugins])], [ AC_MSG_WARN([video4linux2 headers were found, but they're old. Please update v4l2 to compile the v4l2 plugins])],
[ AC_MSG_WARN([video4linux2 was not found])])]) [ AC_MSG_WARN([video4linux2 was not found])])
])
fi fi
]) ])
@ -1115,14 +1116,14 @@ main (int argc,
]) ])
CPPFLAGS="$OLD_CPPFLAGS" CPPFLAGS="$OLD_CPPFLAGS"
AC_LANG_C AC_LANG_C
]) ],
HAVE_MPEG2ENC="no")
fi fi
]) ])
dnl *** mplex *** dnl *** mplex ***
translit(dnm, m, l) AM_CONDITIONAL(USE_MPLEX, true) translit(dnm, m, l) AM_CONDITIONAL(USE_MPLEX, true)
GST_CHECK_FEATURE(MPLEX, [mplex], mplex, [HAVE_MPLEX=$HAVE_CXX]) GST_CHECK_FEATURE(MPLEX, [mplex], mplex, [HAVE_MPLEX=$HAVE_CXX])
])
dnl *** pango *** dnl *** pango ***
translit(dnm, m, l) AM_CONDITIONAL(USE_PANGO, true) translit(dnm, m, l) AM_CONDITIONAL(USE_PANGO, true)