diff options
author | Sebastien Cote <sebas642@yahoo.ca> | 2005-12-04 22:43:43 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-12-04 22:43:43 +0000 |
commit | 1fdf8ac9b3739c4c406ff6d212dea0288b7ccf2b (patch) | |
tree | dd4ca2e9b7852f2ae21acc1d6d0a14d6f71078ea /pkgconfig | |
parent | 807908daad6fd5acf6827b01180d8d3ae4fc9522 (diff) |
pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
Original commit message from CVS:
2005-12-04 Andy Wingo <wingo@pobox.com>
patch by: Sebastien Cote <sebas642 yahoo ca>
* pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
Fixes #319172.
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-plugins-base.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-plugins-base.pc.in b/pkgconfig/gstreamer-plugins-base.pc.in index 9b0a9e08c..5d81ad28a 100644 --- a/pkgconfig/gstreamer-plugins-base.pc.in +++ b/pkgconfig/gstreamer-plugins-base.pc.in @@ -7,7 +7,7 @@ Name: GStreamer Base Plugins Libraries Description: Streaming media framework, base plugins libraries Requires: gstreamer-@GST_MAJORMINOR@ Version: @VERSION@ -Libs: +Libs: -L${libdir} Cflags: -I${includedir} libraries=audio floatcast interfaces netbuffer riff rtp tag video |