changed CFLAGS
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 13 Dec 2001 19:14:01 +0000 (19:14 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 13 Dec 2001 19:14:01 +0000 (19:14 +0000)
Original commit message from CVS:
changed CFLAGS

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

index 2e123d9..5eb9e99 100644 (file)
@@ -8,5 +8,5 @@ Description: Streaming-media framework, Not Installed
 Version: @VERSION@
 Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
 Libs: -lgst -L${pcfiledir}/gst/
-Cflags: -I${pcfiledir} @GST_DEFINE_CFLAGS@
+Cflags: -I${pcfiledir} @GST_CFLAGS@
 
index bb37f02..babca27 100644 (file)
@@ -8,4 +8,4 @@ Description: Streaming-media framework
 Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
 Version: @VERSION@
 Libs: -L${libdir} -lgst
-Cflags: -I${includedir} @GST_DEFINE_CFLAGS@
+Cflags: -I${includedir} @GST_CFLAGS@