mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
fix pc.in file for gstreamer-libs
Original commit message from CVS: fix pc.in file for gstreamer-libs
This commit is contained in:
parent
3ec8704c9e
commit
b3907e561f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-05-06 Christian Schaller <uraeus@gnome.org>
|
||||
|
||||
* pkgconfig/gstreamer-libs.pc.in: add missing library calls
|
||||
|
||||
2005-05-06 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
|
||||
|
|
|
@ -7,5 +7,5 @@ Name: GStreamer Plugin Libraries
|
|||
Description: Streaming-media framework, plugin libraries
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
Version: @VERSION@
|
||||
Libs:
|
||||
Libs: -L${libdir}/audio -L${libdir}/video
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue