diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-05-28 19:44:31 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-05-28 19:44:31 +0000 |
commit | b5c6ba4a7d855559aa59168c8d96ee2e549b2bbb (patch) | |
tree | 5880cc339c2524d40f38bb760eb0fb896fe96359 | |
parent | 7a36f3ea68406a19a2a22ed54784e9b0d6004dd0 (diff) | |
download | gst-plugins-bad-b5c6ba4a7d855559aa59168c8d96ee2e549b2bbb.tar.gz gst-plugins-bad-b5c6ba4a7d855559aa59168c8d96ee2e549b2bbb.tar.bz2 gst-plugins-bad-b5c6ba4a7d855559aa59168c8d96ee2e549b2bbb.zip |
Renamed the audiofile plugin, commented out libgstfloatcast and libgstosshelper
Original commit message from CVS:
Renamed the audiofile plugin, commented out libgstfloatcast and libgstosshelper
-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 6496aae8..be0f4655 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -191,7 +191,7 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL @USE_AUDIOFILE_TRUE@ @USE_AUDIOFILE_TRUE@%files -n gstreamer-audiofile @USE_AUDIOFILE_TRUE@%defattr(-, root, root) -@USE_AUDIOFILE_TRUE@%{_libdir}/gst/libgstafs* +@USE_AUDIOFILE_TRUE@%{_libdir}/gst/libgstaudiofile* @USE_AUDIOFILE_TRUE@ @USE_AUDIOFILE_TRUE@%post -n gstreamer-audiofile @USE_AUDIOFILE_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null @@ -515,7 +515,7 @@ Element for text-to-speech using the festival server. @USE_OSS_TRUE@%files -n gstreamer-oss @USE_OSS_TRUE@%defattr(-, root, root) @USE_OSS_TRUE@%{_libdir}/gst/libgstossaudio* -@USE_OSS_TRUE@%{_libdir}/gst/libgstosshelper* +# @USE_OSS_TRUE@%{_libdir}/gst/libgstosshelper* @USE_OSS_TRUE@ @USE_OSS_TRUE@%post -n gstreamer-oss @USE_OSS_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null @@ -920,7 +920,7 @@ and so on. %{_libdir}/gst/libgstmulaw* %{_libdir}/gst/libgstpassthrough* %{_libdir}/gst/libgstrtjpeg* -%{_libdir}/gst/libgstfloatcast* +# %{_libdir}/gst/libgstfloatcast* %{_libdir}/gst/libgstcutter* %post -n gstreamer-misc |