From d565a4d4e2709e5b092f20ce5b0bfbc319f1a2ca Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 12 Dec 2012 19:22:13 +0200 Subject: cmake: Raise version requirement of gst-plugins-bad to 0.10.36 and make pbutils required Needed for parts of the discoverer api --- CMakeLists.txt | 4 ++-- 1 file 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) -- cgit v1.2.3