summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-02-14 14:22:04 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-02-14 14:22:04 +0000
commita1d5ce319f07c28c8a1401abee246d170df2a090 (patch)
tree94f259dfb669027816b9d62913ff7ba1fd545bad
parent7f88e88b4617efa25f2bce2f9d1c0b8e7b2190a1 (diff)
committing fixes before deleting all of my gstreamer cvs to make room for music for the skiing trip, yay !
Original commit message from CVS: committing fixes before deleting all of my gstreamer cvs to make room for music for the skiing trip, yay !
-rw-r--r--gstreamer-libs.pc.in2
-rw-r--r--gstreamer-play.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/gstreamer-libs.pc.in b/gstreamer-libs.pc.in
index 6ff32172..e4eb1597 100644
--- a/gstreamer-libs.pc.in
+++ b/gstreamer-libs.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer Media-Specific Libraries
Description: Streaming-media framework, media-specific libraries
-Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
+Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Libs:
Cflags: -I${includedir}
diff --git a/gstreamer-play.pc.in b/gstreamer-play.pc.in
index 31d2bdbd..99dc6e7d 100644
--- a/gstreamer-play.pc.in
+++ b/gstreamer-play.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer Play Library
Description: Streaming-media framework, play libraries
-Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@
+Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ -lgstcontrol-@GST_MAJORMINOR@