From b3907e561f82e4d32a5ba0ddecd50d2bac20ed80 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 6 May 2005 17:55:41 +0000 Subject: [PATCH] fix pc.in file for gstreamer-libs Original commit message from CVS: fix pc.in file for gstreamer-libs --- ChangeLog | 4 ++++ pkgconfig/gstreamer-libs.pc.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55aacaf..f0ecefe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-05-06 Christian Schaller + + * pkgconfig/gstreamer-libs.pc.in: add missing library calls + 2005-05-06 Wim Taymans * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain), diff --git a/pkgconfig/gstreamer-libs.pc.in b/pkgconfig/gstreamer-libs.pc.in index 21862f9..0bbc92c 100644 --- a/pkgconfig/gstreamer-libs.pc.in +++ b/pkgconfig/gstreamer-libs.pc.in @@ -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} -- 2.7.4