summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-12-18 13:48:54 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-12-18 13:48:54 +0100
commit73c40d6c627d979321263682742d6b27dbdce221 (patch)
tree1afb803ee0f8aa7e1b5c83978f2197c761a9a7c7 /pkgconfig
parentd5b438a984f8eb9468c00f42d874871046354788 (diff)
downloadgstreamer-plugins-bad-73c40d6c627d979321263682742d6b27dbdce221.tar.gz
pkgconfig: Don't include libraries in the generic gst-plugins-bad pc file
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-plugins-bad.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-plugins-bad.pc.in b/pkgconfig/gstreamer-plugins-bad.pc.in
index affec65ff..752f0a0c9 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}