From 86d23593462563c25e00bda06b22fdcb8715d0e2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 13 Dec 2001 19:14:01 +0000 Subject: [PATCH] changed CFLAGS Original commit message from CVS: changed CFLAGS --- gstreamer-uninstalled.pc.in | 2 +- gstreamer.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gstreamer-uninstalled.pc.in b/gstreamer-uninstalled.pc.in index 2e123d9a12..5eb9e9903c 100644 --- a/gstreamer-uninstalled.pc.in +++ b/gstreamer-uninstalled.pc.in @@ -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@ diff --git a/gstreamer.pc.in b/gstreamer.pc.in index bb37f020da..babca27acc 100644 --- a/gstreamer.pc.in +++ b/gstreamer.pc.in @@ -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@