mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
fix BBB's configure.ac changes
Original commit message from CVS: fix BBB's configure.ac changes
This commit is contained in:
parent
4062b8106a
commit
ca200c8a75
1 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue