summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2012-12-12 19:22:13 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2012-12-12 19:22:13 +0200
commitd565a4d4e2709e5b092f20ce5b0bfbc319f1a2ca (patch)
treebf4271e4244e2fdceb605f1d43d4788bba7a1014
parent547b10b9c71a8f82dd52c472ec445f7c98b10d0e (diff)
cmake: Raise version requirement of gst-plugins-bad to 0.10.36 and make pbutils required
Needed for parts of the discoverer api
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7043b33..401e25f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ macro_log_feature(GSTREAMER_BASE_LIBRARY_FOUND "GStreamer base library"
"Used for building the qwidgetvideosink element"
"http://gstreamer.freedesktop.org/" FALSE "0.10.33")
-find_package(GStreamerPluginsBase 0.10.33 COMPONENTS app interfaces video pbutils)
+find_package(GStreamerPluginsBase 0.10.36 COMPONENTS app interfaces video pbutils)
macro_log_feature(GSTREAMER_APP_LIBRARY_FOUND "GStreamer app library"
"Required to build QtGStreamerUtils"
"http://gstreamer.freedesktop.org/" TRUE "0.10.33")
@@ -73,7 +73,7 @@ macro_log_feature(GSTREAMER_VIDEO_LIBRARY_FOUND "GStreamer video library"
"http://gstreamer.freedesktop.org/" FALSE "0.10.33")
macro_log_feature(GSTREAMER_PBUTILS_LIBRARY_FOUND "GStreamer pbutils library"
"Used for building the Discoverer API"
- "http://gstreamer.freedesktop.org/" FALSE "0.10.33")
+ "http://gstreamer.freedesktop.org/" TRUE "0.10.36")
find_package(GLIB2)
macro_log_feature(GLIB2_FOUND "GLib" "Required to build QtGLib" "http://www.gtk.org/" TRUE)