diff options
author | Steve Baker <steve@stevebaker.org> | 2002-12-21 21:21:37 +0000 |
---|---|---|
committer | Steve Baker <steve@stevebaker.org> | 2002-12-21 21:21:37 +0000 |
commit | 49b6b8b1604925977efbcdf4e1d4228a5fa38f85 (patch) | |
tree | 5596a64218db86669b236a17050e05cc198a9207 | |
parent | 1e2eb46c0b156e7a182acc244e771f9e0c978ad6 (diff) |
allow gst-player to be run uninstalled again
Original commit message from CVS:
allow gst-player to be run uninstalled again
-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 bbd7fd8a..9c87f886 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}/gst-libs/gst/play/libgstplay.la -lgstcontrol +Libs: ${pcfiledir}/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la -lgstcontrol-@GST_MAJORMINOR@ Cflags: -I${pcfiledir}/libs |