diff options
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-plugins-bad.pc.in | 3 |
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} |