summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.co.uk>2010-12-07 19:35:51 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.co.uk>2010-12-18 18:28:22 +0200
commit781cfd7f359a606c86a0954522e74f54fe93b1fc (patch)
tree40daa89cad2d56ad6a75f759f3ff40e75cb2b733
parent5d51030985784686c26de021cf84486114a6503d (diff)
Bump GStreamer required version to 0.10.31.
-rw-r--r--CMakeLists.txt10
-rw-r--r--README2
2 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2438f7..2be409d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,17 +27,17 @@ find_package(Automoc4)
macro_log_feature(Automoc4_FOUND "Automoc 4" "Required for the build system to generate moc files properly"
"https://projects.kde.org/projects/kdesupport/automoc" TRUE "0.9.88")
-find_package(GStreamer 0.10.30)
+find_package(GStreamer 0.10.31)
macro_log_feature(GSTREAMER_FOUND "GStreamer" "Required to build QtGStreamer"
- "http://gstreamer.freedesktop.org/" TRUE "0.10.30")
+ "http://gstreamer.freedesktop.org/" TRUE "0.10.31")
-find_package(GStreamerPluginsBase 0.10.30 COMPONENTS interfaces video)
+find_package(GStreamerPluginsBase 0.10.31 COMPONENTS interfaces video)
macro_log_feature(GSTREAMER_INTERFACES_LIBRARY_FOUND "GStreamer interfaces library"
"Required to build QtGStreamer"
- "http://gstreamer.freedesktop.org/" TRUE "0.10.30")
+ "http://gstreamer.freedesktop.org/" TRUE "0.10.31")
macro_log_feature(GSTREAMER_VIDEO_LIBRARY_FOUND "GStreamer video library"
"Used for building the qwidgetvideosink element"
- "http://gstreamer.freedesktop.org/" FALSE "0.10.30")
+ "http://gstreamer.freedesktop.org/" FALSE "0.10.31")
find_package(GLIB2)
macro_log_feature(GLIB2_FOUND "GLib" "Required to build QtGLib" "http://www.gtk.org/" TRUE)
diff --git a/README b/README
index 5fda4c8..51fef23 100644
--- a/README
+++ b/README
@@ -38,7 +38,7 @@ it with your sources and build it as a static library.
QtGstreamer requires the following software to be installed in order to build:
* CMake 2.6 or later <http://www.cmake.org/>
- * Gstreamer 0.10.30 or later <http://gstreamer.freedesktop.org/>
+ * GStreamer 0.10.31 or later <http://gstreamer.freedesktop.org/>
With its dependencies:
- Glib / GObject <http://www.gtk.org/>
* Qt 4 <http://qt.nokia.com/>