diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-03-04 16:46:08 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-03-04 20:41:10 +0000 |
commit | c23834eab366302dc434f5c9756e16dd848cca74 (patch) | |
tree | 395f83633c3d7b6491883cb88bfc8abab16db0d0 /gst-plugins-bad.spec.in | |
parent | 6a91eb2f48a44c96dc7e14a4dab7c112c8e4b0c9 (diff) | |
download | gstreamer-plugins-bad-c23834eab366302dc434f5c9756e16dd848cca74.tar.gz |
valve: rename plugin file from libfsvalve.* to libgstvalve.*
If you're running things uninstalled, you might need to manually
remove the registry to get the plugin's features to show up
correctly. Also, you probably want to do a make clean to get rid
of the old plugin file.
Diffstat (limited to 'gst-plugins-bad.spec.in')
-rw-r--r-- | gst-plugins-bad.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugins-bad.spec.in b/gst-plugins-bad.spec.in index 78c0b4aba..064c1b2a2 100644 --- a/gst-plugins-bad.spec.in +++ b/gst-plugins-bad.spec.in @@ -119,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{majorminor}/libgstmxf.so %{_libdir}/gstreamer-%{majorminor}/libgstvmnc.so %{_libdir}/gstreamer-%{majorminor}/libgstvideosignal.so -%{_libdir}/gstreamer-%{majorminor}/libfsvalve.so +%{_libdir}/gstreamer-%{majorminor}/libgstvalve.so %{_libdir}/gstreamer-%{majorminor}/libgstautoconvert.so %{_libdir}/gstreamer-%{majorminor}/libgstdtmf.so %{_libdir}/gstreamer-%{majorminor}/libgstliveadder.so |