summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2001-12-13 17:07:47 +0000
committerChristian Schaller <uraeus@gnome.org>2001-12-13 17:07:47 +0000
commitef01376686e95ed685d448d6eb62753ddcba978e (patch)
tree5ab40154ea756ef3b20ccd40bc38a50eb01c5185
parenta7dacfdc012c604ecfe96ae8142c2a65fa1b990b (diff)
critical error in alsa files it packed the dvd plugin again
Original commit message from CVS: critical error in alsa files it packed the dvd plugin again
-rw-r--r--gstreamer.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gstreamer.spec.in b/gstreamer.spec.in
index 9966aa219c..5473cdb35a 100644
--- a/gstreamer.spec.in
+++ b/gstreamer.spec.in
@@ -486,7 +486,7 @@ Input and output plugin for the ALSA soundcard driver architecture.
%files -n gstreamer-alsa
%defattr(-, root, root)
-%{prefix}/lib/gst/libdvd*
+%{prefix}/lib/gst/libalsa*
%package -n gstreamer-libdvd
Summary: GStreamer plugins for DVD playback
@@ -669,7 +669,7 @@ Library for transfering data with the RTP protocol
%setup
%build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man --enable-glib2
if [ "$SMP" != "" ]; then
(make "MAKE=make -k -j $SMP"; exit 0)