diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-09 13:10:14 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-09 13:10:14 +0000 |
commit | e502f7a6b3614ab3046d358639c3823d2fdbc6d0 (patch) | |
tree | f20672e3322115e6c1d88467c3655e97fe3404d0 /configure.ac | |
parent | 0d4da15430cc67b8008e6d96de02e817f573a2cf (diff) | |
download | gst-plugins-bad-e502f7a6b3614ab3046d358639c3823d2fdbc6d0.tar.gz gst-plugins-bad-e502f7a6b3614ab3046d358639c3823d2fdbc6d0.tar.bz2 gst-plugins-bad-e502f7a6b3614ab3046d358639c3823d2fdbc6d0.zip |
removing plugins from build
Original commit message from CVS:
removing plugins from build
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 812e42fd..a857e18f 100644 --- a/configure.ac +++ b/configure.ac @@ -349,7 +349,6 @@ GST_PLUGINS_ALL="\ filter \ flx \ goom \ - id3 \ interleave \ law \ level \ @@ -541,7 +540,7 @@ dnl this is an error until XFree86 starts shipping one dnl Check for Xv extension translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true) GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions], - [xvimagesink xvideosink], [ + [xvimagesink], [ if test x$HAVE_X = xyes; then AC_CHECK_LIB(Xv_pic, XvQueryExtension, HAVE_XVIDEO="yes", HAVE_XVIDEO="no", @@ -1562,7 +1561,6 @@ gst/festival/Makefile gst/filter/Makefile gst/flx/Makefile gst/goom/Makefile -gst/id3/Makefile gst/interleave/Makefile gst/law/Makefile gst/level/Makefile @@ -1621,7 +1619,6 @@ sys/v4l2/Makefile sys/vcd/Makefile sys/ximage/Makefile sys/xvimage/Makefile -sys/xvideo/Makefile ext/Makefile ext/a52dec/Makefile ext/aalib/Makefile |