diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-16 08:59:34 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-16 08:59:34 +0000 |
commit | 9934f055e946acbab1d498cace2abd20f9e51ebc (patch) | |
tree | da4e083533ce43ac779d31ded40ce47641d7c5ed /pkgconfig | |
parent | 34c8e29cecd42612bf818ebdad61cffd7f9a7c31 (diff) |
remove GST_PKG_CFLAGS
Original commit message from CVS:
remove GST_PKG_CFLAGS
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-uninstalled.pc.in b/pkgconfig/gstreamer-uninstalled.pc.in index 7b4257cc4..659872d25 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 29d9bc28e..b087a22ec 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} |