mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.
Original commit message from CVS: Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.
This commit is contained in:
parent
5fe4be1f96
commit
3f308597f0
1 changed files with 5 additions and 0 deletions
|
@ -868,6 +868,10 @@ GST_CHECK_FEATURE(MPEG2DEC, [mpeg2dec], mpeg2dec, [
|
|||
AC_SUBST(MPEG2DEC_LIBS)
|
||||
])
|
||||
|
||||
dnl *** mplex ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_MPLEX, true)
|
||||
GST_CHECK_FEATURE(MPLEX, [mplex], mplex, [HAVE_MPLEX=$HAVE_CXX])
|
||||
|
||||
dnl *** pango ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_PANGO, true)
|
||||
GST_CHECK_FEATURE(PANGO, [pango], pango, [
|
||||
|
@ -1296,6 +1300,7 @@ gst-libs/gst/riff/Makefile
|
|||
gst-libs/gst/video/Makefile
|
||||
gst-libs/ext/Makefile
|
||||
gst-libs/ext/ffmpeg/Makefile
|
||||
gst-libs/ext/mplex/Makefile
|
||||
examples/dynparams/Makefile
|
||||
examples/capsfilter/Makefile
|
||||
examples/seeking/Makefile
|
||||
|
|
Loading…
Reference in a new issue