From: Thomas Vander Stichele Date: Sun, 16 Oct 2005 08:59:34 +0000 (+0000) Subject: remove GST_PKG_CFLAGS X-Git-Tag: RELEASE-0_9_4~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9934f055e946acbab1d498cace2abd20f9e51ebc;p=platform%2Fupstream%2Fgstreamer.git remove GST_PKG_CFLAGS Original commit message from CVS: remove GST_PKG_CFLAGS --- diff --git a/pkgconfig/gstreamer-uninstalled.pc.in b/pkgconfig/gstreamer-uninstalled.pc.in index 7b4257c..659872d 100644 --- a/pkgconfig/gstreamer-uninstalled.pc.in +++ b/pkgconfig/gstreamer-uninstalled.pc.in @@ -13,4 +13,4 @@ Description: Streaming media framework, Not Installed Version: @VERSION@ Requires: @GST_PKG_DEPS@@LIBXML_PKG@ Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la -Cflags: -I${includedir} -I${includedir}/libs @GST_PKG_CFLAGS@ +Cflags: -I${includedir} -I${includedir}/libs diff --git a/pkgconfig/gstreamer.pc.in b/pkgconfig/gstreamer.pc.in index 29d9bc2..b087a22 100644 --- a/pkgconfig/gstreamer.pc.in +++ b/pkgconfig/gstreamer.pc.in @@ -11,4 +11,4 @@ Description: Streaming media framework Requires: @GST_PKG_DEPS@@LIBXML_PKG@ Version: @VERSION@ Libs: -L${libdir} -lgstreamer-@GST_MAJORMINOR@ -Cflags: -I${includedir} @GST_PKG_CFLAGS@ +Cflags: -I${includedir}