From ebe743ec9324ddc753a57600de5b63d8f2160ef0 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Tue, 8 Nov 2005 14:17:03 +0000 Subject: [PATCH] add tremor plugins to needed buildscripts Original commit message from CVS: add tremor plugins to needed buildscripts --- configure.ac | 5 ++--- gst-plugins-bad.spec.in | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b2fdddf..2e5bfe5 100644 --- a/configure.ac +++ b/configure.ac @@ -288,6 +288,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ speed \ + mpegstream \ qtdemux \ tta \ " @@ -403,10 +404,7 @@ fi dnl *** SDL *** translit(dnm, m, l) AM_CONDITIONAL(USE_SDL, true) GST_CHECK_FEATURE(SDL, [SDL plug-in], sdlvideosink, [ - dnl sdlvideosink depends on the xoverlay interface, which depends on X - if test x$HAVE_X = xyes; then AM_PATH_SDL(, HAVE_SDL=yes, HAVE_SDL=no) - fi ]) dnl *** ivorbis *** @@ -499,6 +497,7 @@ 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/gst-plugins-bad.spec.in b/gst-plugins-bad.spec.in index 25e6b91..924496b 100644 --- a/gst-plugins-bad.spec.in +++ b/gst-plugins-bad.spec.in @@ -85,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{majorminor}/libgstqtdemux.so %{_libdir}/gstreamer-%{majorminor}/libgsttta.so %{_libdir}/gstreamer-%{majorminor}/libgstspeed.so +%{_libdir}/gstreamer-%{majorminor}/libgstmpeg # gstreamer-plugins with external dependencies but in the main package # @USE_ARTS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstarts.so -- 2.7.4