diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-01-08 10:41:04 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-01-08 10:41:04 +0000 |
commit | eed736c7a9940574f47073c46efd60eac9f0e4bd (patch) | |
tree | 1bfe3fa5361bab1e197541889984d783d2e82c44 | |
parent | 0571df036f81d34118e43e7b270d8f99b5af0dba (diff) | |
download | gst-plugins-bad-eed736c7a9940574f47073c46efd60eac9f0e4bd.tar.gz gst-plugins-bad-eed736c7a9940574f47073c46efd60eac9f0e4bd.tar.bz2 gst-plugins-bad-eed736c7a9940574f47073c46efd60eac9f0e4bd.zip |
fixed mad plugin having the gst-plugin-libsi req for the second time
Original commit message from CVS:
fixed mad plugin having the gst-plugin-libsi req for the second time
-rw-r--r-- | gst-plugins.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index bf8bd2ed..36e3e5c1 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -77,7 +77,6 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install @USE_MAD_TRUE@Requires: gstreamer = %{ver} @USE_MAD_TRUE@Requires: gstreamer-plugin-libs = %{ver} @USE_MAD_TRUE@Requires: mad >= 0.13.0 -@USE_MAD_TRUE@Requires: gstreamer-plugin-libs = %{ver} @USE_MAD_TRUE@ @USE_MAD_TRUE@%description -n gstreamer-mad @USE_MAD_TRUE@Plugin for playback of mp3 songs using the very good MAD library |