From: Thomas Vander Stichele Date: Fri, 14 Dec 2001 15:05:41 +0000 (+0000) Subject: small fix, maybe it will work now X-Git-Tag: RELEASE-0_3_1-BELGIANBEER~235 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12d6350ce09ee34e168ad5d7e644f288f1628690;p=platform%2Fupstream%2Fgstreamer.git small fix, maybe it will work now Original commit message from CVS: small fix, maybe it will work now --- diff --git a/gstreamer-uninstalled.pc.in b/gstreamer-uninstalled.pc.in index 5eb9e99..98066d0 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_CFLAGS@ +Cflags: -I${pcfiledir}/gst @GST_CFLAGS@ diff --git a/gstreamer.pc.in b/gstreamer.pc.in index babca27..2f9f108 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_CFLAGS@ +Cflags: -I${includedir}/gst @GST_CFLAGS@