summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorBarun Kumar Singh <barun.singh@samsung.com>2016-04-19 10:59:46 +0530
committerSebastian Dröge <sebastian@centricular.com>2016-04-21 14:58:18 +0300
commitaa754f634c9060f08da3ef3afbc4da4ce3a04d75 (patch)
treeabb15a7e52c2e931971c58f2552dc72abca07e99 /pkgconfig
parent45b258127c0563b5608d256c094468de02452036 (diff)
player: Add support for multiview settings
https://bugzilla.gnome.org/show_bug.cgi?id=765302
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-player-uninstalled.pc.in2
-rw-r--r--pkgconfig/gstreamer-player.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-player-uninstalled.pc.in b/pkgconfig/gstreamer-player-uninstalled.pc.in
index 5a495f4c8..5c2c0d778 100644
--- a/pkgconfig/gstreamer-player-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-player-uninstalled.pc.in
@@ -5,7 +5,7 @@ includedir=${pcfiledir}/../gst-libs
Name: GStreamer Player, Uninstalled
Description: GStreamer Player convenience library, uninstalled
-Requires: gstreamer-@GST_API_VERSION@
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstplayer-@GST_API_VERSION@
Cflags: -I${includedir}
diff --git a/pkgconfig/gstreamer-player.pc.in b/pkgconfig/gstreamer-player.pc.in
index f296e7f3a..64002616e 100644
--- a/pkgconfig/gstreamer-player.pc.in
+++ b/pkgconfig/gstreamer-player.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_API_VERSION@
Name: GStreamer Player
Description: GStreamer Player convenience library
-Requires: gstreamer-@GST_API_VERSION@
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstplayer-@GST_API_VERSION@
Cflags: -I${includedir}