diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-05 09:49:34 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-05 09:49:34 +0000 |
commit | 02bb464e9fe3216bdb4685654a843f41b259c668 (patch) | |
tree | 700ed777679dbaca634fd61b8f7fa202cb1d9234 | |
parent | 9a1d7be73e3f6c2bf3f535b072b7a0df589fe97d (diff) | |
download | gst-plugins-bad-02bb464e9fe3216bdb4685654a843f41b259c668.tar.gz gst-plugins-bad-02bb464e9fe3216bdb4685654a843f41b259c668.tar.bz2 gst-plugins-bad-02bb464e9fe3216bdb4685654a843f41b259c668.zip |
fix lib path
Original commit message from CVS:
fix lib path
-rw-r--r-- | gstreamer-play-uninstalled.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gstreamer-play-uninstalled.pc.in b/gstreamer-play-uninstalled.pc.in index e4307e31..bbd7fd8a 100644 --- a/gstreamer-play-uninstalled.pc.in +++ b/gstreamer-play-uninstalled.pc.in @@ -9,5 +9,5 @@ Description: Streaming-media framework, play libraries, not installed Requires: gstreamer >= @VERSION@ Version: @VERSION@ -Libs: ${pcfiledir}/libs/gst/play/libgstplay.la -lgstcontrol +Libs: ${pcfiledir}/gst-libs/gst/play/libgstplay.la -lgstcontrol Cflags: -I${pcfiledir}/libs |