summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2011-07-19 13:52:01 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2011-09-02 15:46:02 +0200
commitc64b99339c56b504173b45748e0f93a741c68268 (patch)
treec8fd1c7d5f6341d158689955bd5f2248cd82cb9f /pkgconfig
parent4ca79463fc9a40f9450d465980cc3d72937560a0 (diff)
downloadgstreamer-plugins-bad-c64b99339c56b504173b45748e0f93a741c68268.tar.gz
codecparsers: mpeg: Add an mpeg video bitstream parsing library
Create a new codecparsers library
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-plugins-bad.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-plugins-bad.pc.in b/pkgconfig/gstreamer-plugins-bad.pc.in
index c75ff59c7..1fad71747 100644
--- a/pkgconfig/gstreamer-plugins-bad.pc.in
+++ b/pkgconfig/gstreamer-plugins-bad.pc.in
@@ -7,6 +7,7 @@ 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@
+Libs: -L${libdir} -lgstphotography-@GST_MAJORMINOR@\
+ -L${libdir} -lgstcodecparsers-@GST_MAJORMINOR@\
Cflags: -I${includedir}