summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-rtsp.pc.in
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:20:13 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:55:15 +0200
commit65307dd1323ba8200893b51c917bb175f11e5e4f (patch)
tree912add0a6a266875674857cec245db23017be3fd /pkgconfig/gstreamer-rtsp.pc.in
parent296e1bf3dd756c939a622422ced3e639fa0cce04 (diff)
downloadgstreamer-plugins-base-65307dd1323ba8200893b51c917bb175f11e5e4f.tar.gz
gst: Update versioning
Diffstat (limited to 'pkgconfig/gstreamer-rtsp.pc.in')
-rw-r--r--pkgconfig/gstreamer-rtsp.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgconfig/gstreamer-rtsp.pc.in b/pkgconfig/gstreamer-rtsp.pc.in
index 684292548..5e8a17a92 100644
--- a/pkgconfig/gstreamer-rtsp.pc.in
+++ b/pkgconfig/gstreamer-rtsp.pc.in
@@ -1,7 +1,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
+includedir=@includedir@/gstreamer-@GST_API_VERSION@
datarootdir=${prefix}/share
datadir=${datarootdir}
girdir=${datadir}/gir-1.0
@@ -9,8 +9,8 @@ typelibdir=${libdir}/girepository-1.0
Name: GStreamer RTSP Library
Description: RTSP base classes and helper functions
-Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-sdp-@GST_MAJORMINOR@ gio-2.0
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-sdp-@GST_API_VERSION@ gio-2.0
Version: @VERSION@
-Libs: -L${libdir} -lgstrtsp-@GST_MAJORMINOR@
+Libs: -L${libdir} -lgstrtsp-@GST_API_VERSION@
Cflags: -I${includedir}