diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-12 19:36:11 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-12 19:36:11 +0000 |
commit | 823e63b7058ecdce11b6e91008c94c288b9b4eba (patch) | |
tree | 1730d8686a21bdc5cb43d2588a934441f7c1523e /configure.ac | |
parent | 87d6f6575ae7d18f47965d754e3aabe1f7e8ad93 (diff) | |
download | gst-plugins-bad-823e63b7058ecdce11b6e91008c94c288b9b4eba.tar.gz gst-plugins-bad-823e63b7058ecdce11b6e91008c94c288b9b4eba.tar.bz2 gst-plugins-bad-823e63b7058ecdce11b6e91008c94c288b9b4eba.zip |
Move qtdemux to -good.
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/qtdemux/Makefile.am:
* gst/qtdemux/gstrtpxqtdepay.c:
* gst/qtdemux/gstrtpxqtdepay.h:
* gst/qtdemux/qtdemux.c:
* gst/qtdemux/qtdemux.h:
* gst/qtdemux/qtdemux.vcproj:
* gst/qtdemux/qtdemux_dump.c:
* gst/qtdemux/qtdemux_dump.h:
* gst/qtdemux/qtdemux_fourcc.h:
* gst/qtdemux/qtdemux_types.c:
* gst/qtdemux/qtdemux_types.h:
* gst/qtdemux/qtpalette.h:
* gst/qtdemux/quicktime.c:
* win32/MANIFEST:
* win32/vs6/libgstqtdemux.dsp:
Move qtdemux to -good.
* gst-plugins-bad.spec.in:
Update spec file to reflect wavpack & qtdemux moving to -good.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac index eaf5bb4e..a835f186 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl check if this is a release version AS_NANO(GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? -AC_CONFIG_SRCDIR([gst/qtdemux/qtdemux.c]) +AC_CONFIG_SRCDIR([docs/plugins/gst-plugins-bad-plugins-docs.sgml]) dnl define the output header for config AM_CONFIG_HEADER([config.h]) @@ -101,7 +101,6 @@ GST_PLUGINS_ALL="\ spectrum \ speed \ switch \ - qtdemux \ tta \ videocrop \ videoparse \ @@ -885,17 +884,6 @@ AG_GST_CHECK_FEATURE(DVB, [DVB Source], dvb, [ AC_CHECK_HEADER(linux/dvb/frontend.h, [HAVE_DVB="yes"], [HAVE_DVB="no"]) ]) -dnl *** qtdemux prefers to have zlib *** -translit(dnm, m, l) AM_CONDITIONAL(USE_ZLIB, true) -AG_GST_CHECK_FEATURE(ZLIB, [zlib support for qtdemux],, [ - AG_GST_CHECK_LIBHEADER(ZLIB, - z, uncompress,, zlib.h, [ - HAVE_ZLIB="yes" - ZLIB_LIBS="-lz" - AC_SUBST(ZLIB_LIBS) - ]) -]) - else dnl not building plugins with external dependencies, @@ -935,7 +923,6 @@ AM_CONDITIONAL(USE_X264, false) AM_CONDITIONAL(USE_XVID, false) AM_CONDITIONAL(USE_WILDMIDI, false) AM_CONDITIONAL(USE_DVB, false) -AM_CONDITIONAL(USE_ZLIB, false) fi dnl of EXT plugins @@ -1011,7 +998,6 @@ gst/rtpmanager/Makefile gst/spectrum/Makefile gst/speed/Makefile gst/switch/Makefile -gst/qtdemux/Makefile gst/tta/Makefile gst/videocrop/Makefile gst/videoparse/Makefile |