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 | 56796a715b9838419114c446d08ff626fb6deb7d (patch) | |
tree | b04cdc3cc342603372be6b6c043eeb2cbe57b2c8 /gst-plugins.spec.in | |
parent | e8391f35fce004548e4a1d7c9ef846284ecb5982 (diff) |
fixed rtp dependency
Original commit message from CVS:
fixed rtp dependency
Diffstat (limited to 'gst-plugins.spec.in')
-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 c4432bc81..c34aab456 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 |