diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-01-18 17:00:47 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-01-18 17:00:47 +0000 |
commit | 6e4ef21486189463081c0f66bc0e2c4152c6e8d7 (patch) | |
tree | 4b7763d30cfbc1c26f81b4f043df1c7c3ce3b336 | |
parent | da261360d86cb46a02409c1ea88f892196f19560 (diff) |
Missing l in libcdxa
Original commit message from CVS:
Missing l in libcdxa
-rw-r--r-- | gst-plugins.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 70c81421..2f648aba 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -33,7 +33,7 @@ plugins. %prep %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-DEBUG if [ "$SMP" != "" ]; then (make "MAKE=make -k -j $SMP"; exit 0) @@ -638,7 +638,7 @@ Video CD parsing and playback %files -n gstreamer-vcd %defattr(-, root, root) %{prefix}/lib/gst/libvcd* -%{prefix}/lib/gst/ibgstcdxa* +%{prefix}/lib/gst/libgstcdxa* %package -n gstreamer-ladspa Summary: Gstreamer wrapper for LADSPA plugins @@ -764,7 +764,7 @@ Mgpegtools based encoding and decoding plugin %defattr(-, root, root) %{prefix}/lib/gst/libgstjpegmmx* -%post -n gstreamer-gstreamer-jpegmmx +%post -n gstreamer-jpegmmx %{prefix}/bin/gst-register --gst-mask=0 %package -n gstreamer-plugin-libs |