From 4afc113eac6a980a27738b89f03e0cc1646e25d2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 17 Nov 2002 12:37:50 +0000 Subject: [PATCH] we don't link to plug-ins Original commit message from CVS: we don't link to plug-ins --- gstreamer.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer.pc.in b/gstreamer.pc.in index 91c6771136..2d21149f0a 100644 --- a/gstreamer.pc.in +++ b/gstreamer.pc.in @@ -8,5 +8,5 @@ Name: GStreamer Description: Streaming-media framework Requires: @GST_PKG_DEPS@@LIBXML_PKG@ Version: @VERSION@ -Libs: -L${libdir} -L${libdir}/gst -lgstreamer +Libs: -L${libdir} -lgstreamer Cflags: -I${includedir} @GST_PKG_CFLAGS@