/me is stupid
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Dec 2001 17:15:49 +0000 (17:15 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Dec 2001 17:15:49 +0000 (17:15 +0000)
Original commit message from CVS:
/me is stupid

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

index 1966973..d905a46 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: -L${pcfiledir}/gst/ -lgst
-Cflags: -I${pcfiledir}/gst @GST_CFLAGS@
+Libs: -L${pcfiledir} -lgst
+Cflags: -I${pcfiledir} @GST_CFLAGS@
 
index beeea34..babca27 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}/gst -lgst
-Cflags: -I${includedir}/gst @GST_CFLAGS@
+Libs: -L${libdir} -lgst
+Cflags: -I${includedir} @GST_CFLAGS@