From: Sebastian Dröge Date: Wed, 18 Dec 2013 12:48:54 +0000 (+0100) Subject: pkgconfig: Don't include libraries in the generic gst-plugins-bad pc file X-Git-Tag: 1.19.3~507^2~12845 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73c40d6c627d979321263682742d6b27dbdce221;p=platform%2Fupstream%2Fgstreamer.git pkgconfig: Don't include libraries in the generic gst-plugins-bad pc file --- diff --git a/pkgconfig/gstreamer-plugins-bad.pc.in b/pkgconfig/gstreamer-plugins-bad.pc.in index affec65..752f0a0 100644 --- a/pkgconfig/gstreamer-plugins-bad.pc.in +++ b/pkgconfig/gstreamer-plugins-bad.pc.in @@ -9,5 +9,5 @@ Name: GStreamer Bad Plugin libraries Description: Streaming media framework, bad plugins libraries Requires: gstreamer-@GST_API_VERSION@ Version: @VERSION@ -Libs: -L${libdir} -lgstmpegts-@GST_API_VERSION@ +Libs: -L${libdir} Cflags: -I${includedir}