diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-04-27 14:22:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-04-27 14:22:01 +0000 |
commit | 0cf957d4734102fd160d37cc2bb333a86a63a0e8 (patch) | |
tree | 1b00c0bfbd25e7b8fa29e1dd233c10d4b0c3c16c | |
parent | c1576a214df1393fdfdf0ce561c56e7a5beca9b6 (diff) | |
download | gst-plugins-bad-0cf957d4734102fd160d37cc2bb333a86a63a0e8.tar.gz gst-plugins-bad-0cf957d4734102fd160d37cc2bb333a86a63a0e8.tar.bz2 gst-plugins-bad-0cf957d4734102fd160d37cc2bb333a86a63a0e8.zip |
more uninstalled fixes
Original commit message from CVS:
more uninstalled fixes
-rw-r--r-- | pkgconfig/gstreamer-play-uninstalled.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-play-uninstalled.pc.in b/pkgconfig/gstreamer-play-uninstalled.pc.in index 9c87f886..0ed0a119 100644 --- a/pkgconfig/gstreamer-play-uninstalled.pc.in +++ b/pkgconfig/gstreamer-play-uninstalled.pc.in @@ -9,5 +9,5 @@ Description: Streaming-media framework, play libraries, not installed Requires: gstreamer >= @VERSION@ Version: @VERSION@ -Libs: ${pcfiledir}/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la -lgstcontrol-@GST_MAJORMINOR@ -Cflags: -I${pcfiledir}/libs +Libs: ${pcfiledir}/../gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la -lgstcontrol-@GST_MAJORMINOR@ +Cflags: -I${pcfiledir}/../gst-libs |