these work
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Dec 2001 15:16:28 +0000 (15:16 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Dec 2001 15:16:28 +0000 (15:16 +0000)
Original commit message from CVS:
these work

gstreamer-uninstalled.pc.in
gstreamer.pc.in

index 98066d0..1966973 100644 (file)
@@ -7,6 +7,6 @@ Name: GStreamer Uninstalled
 Description: Streaming-media framework, Not Installed
 Version: @VERSION@
 Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
-Libs: -lgst -L${pcfiledir}/gst/
+Libs: -L${pcfiledir}/gst/ -lgst
 Cflags: -I${pcfiledir}/gst @GST_CFLAGS@
 
index 2f9f108..beeea34 100644 (file)
@@ -7,5 +7,5 @@ Name: GStreamer
 Description: Streaming-media framework
 Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
 Version: @VERSION@
-Libs: -L${libdir} -lgst
+Libs: -L${libdir}/gst -lgst
 Cflags: -I${includedir}/gst @GST_CFLAGS@