diff options
author | Andy Wingo <wingo@pobox.com> | 2005-06-02 11:21:48 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-06-02 11:21:48 +0000 |
commit | 12c87a2f3998808a46da034dd9feb48810c3631a (patch) | |
tree | adea248f714ef9820b149b91fc623060e330e1fc /pkgconfig | |
parent | d014bb6f43982fb480ef53079a285cc44645e3f3 (diff) |
pkgconfig/: Add gst/tag to the -L list.
Original commit message from CVS:
2005-06-02 Andy Wingo <wingo@pobox.com>
* pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
* pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
list.
* gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
remove the typefind, the bin dispose will do it for us. When it's
removed and unreffed, the signal handler will be disconnected,
too.
(unlinked): It's too difficult to disconnect from unlinked
handlers, as they are on pads not elements. Just punt if the pads
aren't grandkids of the bin.
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-libs-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-libs.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-libs-uninstalled.pc.in b/pkgconfig/gstreamer-libs-uninstalled.pc.in index 78eaf9821..1251407ea 100644 --- a/pkgconfig/gstreamer-libs-uninstalled.pc.in +++ b/pkgconfig/gstreamer-libs-uninstalled.pc.in @@ -8,5 +8,5 @@ Description: Streaming-media framework media-specific libraries, not installed Version: @VERSION@ Requires: gstreamer-@GST_MAJORMINOR@ -Libs: -L${libdir}/audio -L${libdir}/video +Libs: -L${libdir}/audio -L${libdir}/video -L${libdir}/tag Cflags: -I${includedir} diff --git a/pkgconfig/gstreamer-libs.pc.in b/pkgconfig/gstreamer-libs.pc.in index 0bbc92ce2..07988c14a 100644 --- a/pkgconfig/gstreamer-libs.pc.in +++ b/pkgconfig/gstreamer-libs.pc.in @@ -7,5 +7,5 @@ Name: GStreamer Plugin Libraries Description: Streaming-media framework, plugin libraries Requires: gstreamer-@GST_MAJORMINOR@ Version: @VERSION@ -Libs: -L${libdir}/audio -L${libdir}/video +Libs: -L${libdir}/audio -L${libdir}/video -L${libdir}/tag Cflags: -I${includedir} |