diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-01-17 16:38:45 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-01-17 16:38:45 +0100 |
commit | aed2666b53ebdcb2eb6ecb7ed1aa8771c073b50e (patch) | |
tree | abd1b8f32d05b055caa6710307aeeb283688ff07 /pkgconfig | |
parent | cfa7083e946ad023ffed434278a84de3670a6389 (diff) |
rtsp: Port to GIO
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-rtsp-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-rtsp.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-rtsp-uninstalled.pc.in b/pkgconfig/gstreamer-rtsp-uninstalled.pc.in index 53258ec09..22ef0bfb3 100644 --- a/pkgconfig/gstreamer-rtsp-uninstalled.pc.in +++ b/pkgconfig/gstreamer-rtsp-uninstalled.pc.in @@ -10,7 +10,7 @@ typelibdir=@abs_top_builddir@/gst-libs/gst/rtsp Name: GStreamer RTSP Library, Uninstalled Description: RTSP base classes and helper functions, uninstalled Version: @VERSION@ -Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-sdp-@GST_MAJORMINOR@ +Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-sdp-@GST_MAJORMINOR@ gio-2.0 Libs: @abs_top_builddir@/gst-libs/gst/rtsp/libgstrtsp-@GST_MAJORMINOR@.la Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs diff --git a/pkgconfig/gstreamer-rtsp.pc.in b/pkgconfig/gstreamer-rtsp.pc.in index 203e4002c..684292548 100644 --- a/pkgconfig/gstreamer-rtsp.pc.in +++ b/pkgconfig/gstreamer-rtsp.pc.in @@ -9,7 +9,7 @@ typelibdir=${libdir}/girepository-1.0 Name: GStreamer RTSP Library Description: RTSP base classes and helper functions -Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-sdp-@GST_MAJORMINOR@ +Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-sdp-@GST_MAJORMINOR@ gio-2.0 Version: @VERSION@ Libs: -L${libdir} -lgstrtsp-@GST_MAJORMINOR@ Cflags: -I${includedir} |