diff options
author | Thibault Saunier <thibault.saunier@collabora.com> | 2011-09-29 16:25:29 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@collabora.com> | 2011-11-28 21:25:34 -0300 |
commit | fbe30dd2eac83679a6efd36ea0531766876c81b7 (patch) | |
tree | ed802b6473ee1184ef5293e7f0aeca9e73b19c4f /pkgconfig | |
parent | 9364d13c027644298c54a405dbf4160bef9f8eba (diff) |
pkgconfig: remove references to codecparsers from -bad.pc.in
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-plugins-bad.pc.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgconfig/gstreamer-plugins-bad.pc.in b/pkgconfig/gstreamer-plugins-bad.pc.in index 1fad71747..5e2130168 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} - |