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 | 53e7cf6e9bc26d51a97be16923e1d532c345170d (patch) | |
tree | fdded1a917eac41366014370b80fc27ef59af592 | |
parent | d41ef1fedc03cc2a63b16329a2a201745378beeb (diff) |
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 |