From fbe30dd2eac83679a6efd36ea0531766876c81b7 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 29 Sep 2011 16:25:29 -0300 Subject: [PATCH] pkgconfig: remove references to codecparsers from -bad.pc.in --- pkgconfig/gstreamer-plugins-bad.pc.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgconfig/gstreamer-plugins-bad.pc.in b/pkgconfig/gstreamer-plugins-bad.pc.in index 1fad717474..5e2130168e 100644 --- a/pkgconfig/gstreamer-plugins-bad.pc.in +++ b/pkgconfig/gstreamer-plugins-bad.pc.in @@ -7,7 +7,5 @@ Name: GStreamer Bad Plugin libraries Description: Currently includes the photography interface library Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ Version: @VERSION@ -Libs: -L${libdir} -lgstphotography-@GST_MAJORMINOR@\ - -L${libdir} -lgstcodecparsers-@GST_MAJORMINOR@\ +Libs: -L${libdir} -lgstphotography-@GST_MAJORMINOR@ Cflags: -I${includedir} -