From 73c40d6c627d979321263682742d6b27dbdce221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 18 Dec 2013 13:48:54 +0100 Subject: [PATCH] pkgconfig: Don't include libraries in the generic gst-plugins-bad pc file --- pkgconfig/gstreamer-plugins-bad.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgconfig/gstreamer-plugins-bad.pc.in b/pkgconfig/gstreamer-plugins-bad.pc.in index affec65fff..752f0a0c9c 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}