From d9df625a1ce5f06120ce698ee27742b70dfbf41b Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Tue, 8 Nov 2005 14:20:50 +0000 Subject: [PATCH] remove wrong mpegstream addition Original commit message from CVS: remove wrong mpegstream addition --- configure.ac | 2 -- ext/Makefile.am | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 2e5bfe5e68..0d0d286fc3 100644 --- a/configure.ac +++ b/configure.ac @@ -288,7 +288,6 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ speed \ - mpegstream \ qtdemux \ tta \ " @@ -497,7 +496,6 @@ AC_CONFIG_FILES( Makefile gst-plugins-bad.spec gst/Makefile -gst/mpegstream/Makefile gst/speed/Makefile gst/qtdemux/Makefile gst/tta/Makefile diff --git a/ext/Makefile.am b/ext/Makefile.am index ded23a7807..40951be671 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -229,4 +229,5 @@ DIST_SUBDIRS= \ faad \ gsm \ sdl \ - directfb + directfb \ + ivorbis