mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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.
This commit is contained in:
parent
807908daad
commit
1fdf8ac9b3
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
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.
|
||||
|
||||
2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue