diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-03-03 22:13:09 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-03-03 22:13:09 +0000 |
commit | bdbe41c2fe831493cc6e8a380affd5002258e47e (patch) | |
tree | 983753e0f13a08bcf94ecbe2ea19dc4a070fa8e2 | |
parent | 4a7a559e427bf1f6e9fddb453252034541ad2bde (diff) | |
download | gst-plugins-bad-bdbe41c2fe831493cc6e8a380affd5002258e47e.tar.gz gst-plugins-bad-bdbe41c2fe831493cc6e8a380affd5002258e47e.tar.bz2 gst-plugins-bad-bdbe41c2fe831493cc6e8a380affd5002258e47e.zip |
fixed rtp dependency
Original commit message from CVS:
fixed rtp dependency
-rw-r--r-- | gst-plugins.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index c4432bc8..c34aab45 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -515,7 +515,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install @USE_RTP_TRUE@Summary: GStreamer RTP plugin @USE_RTP_TRUE@Group: Libraries/Multimedia @USE_RTP_TRUE@Requires: gstreamer-plugins >= %{ver} -@USE_RTP_TRUE@Requires: librtp >= 0.1 +@USE_RTP_TRUE@Requires: librtp >= 0.99 @USE_RTP_TRUE@ @USE_RTP_TRUE@%description -n gstreamer-rtp @USE_RTP_TRUE@Library for transfering data with the RTP protocol |