diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-11-05 11:01:56 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-11-05 11:01:56 +0000 |
commit | e93f67308a209bd388b97fa26aebb22b9ef2dab9 (patch) | |
tree | 81f5519f9508955553c35b2fc06d9b642dfdfbd5 /pkgconfig/gstreamer-interfaces.pc.in | |
parent | f1b647a6f59684ba8ceb66c59c40765656ec63b8 (diff) | |
download | gst-plugins-bad-e93f67308a209bd388b97fa26aebb22b9ef2dab9.tar.gz gst-plugins-bad-e93f67308a209bd388b97fa26aebb22b9ef2dab9.tar.bz2 gst-plugins-bad-e93f67308a209bd388b97fa26aebb22b9ef2dab9.zip |
libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay
Original commit message from CVS:
libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay
Diffstat (limited to 'pkgconfig/gstreamer-interfaces.pc.in')
-rw-r--r-- | pkgconfig/gstreamer-interfaces.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-interfaces.pc.in b/pkgconfig/gstreamer-interfaces.pc.in index 3c81ffe7..8f0510db 100644 --- a/pkgconfig/gstreamer-interfaces.pc.in +++ b/pkgconfig/gstreamer-interfaces.pc.in @@ -8,5 +8,5 @@ Description: Streaming-media framework, interfaces library Requires: gstreamer-@GST_MAJORMINOR@ Version: @VERSION@ -Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ +Libs: -L${libdir} -lgstinterfaces-@GST_MAJORMINOR@ Cflags: -I${includedir} |