diff options
author | David Schleef <ds@schleef.org> | 2003-07-27 05:28:17 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-07-27 05:28:17 +0000 |
commit | 323d613cc78ccb4dbd0e040a29b42c64978d8d3c (patch) | |
tree | 7e6ecf234244d851e4662f741caec767d55dddd5 | |
parent | e4bc7281fd821c6c1a34a5c3cfbb954e76ee8907 (diff) | |
download | gst-plugins-bad-323d613cc78ccb4dbd0e040a29b42c64978d8d3c.tar.gz gst-plugins-bad-323d613cc78ccb4dbd0e040a29b42c64978d8d3c.tar.bz2 gst-plugins-bad-323d613cc78ccb4dbd0e040a29b42c64978d8d3c.zip |
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.
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4b145c8a..2a549229 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |