[Mesa-dev] [PATCH v3 11/12] configure.ac: Make GStreamer 1.6.0 the minimum requirement for cube-video
Carlos Rafael Giani
dv at pseudoterminal.org
Wed Apr 26 18:56:23 UTC 2017
Signed-off-by: Carlos Rafael Giani <dv at pseudoterminal.org>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index f564ef3..b5a0519 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ PKG_CHECK_MODULES(EGL, egl)
PKG_CHECK_MODULES(GLES2, glesv2)
# Check for gst and enable cube-video conditionally:
-PKG_CHECK_MODULES(GST, gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-app-1.0 gstreamer-allocators-1.0 gstreamer-video-1.0 glib-2.0,
+PKG_CHECK_MODULES(GST, gstreamer-1.0 >= 1.6.0 gstreamer-plugins-base-1.0 >= 1.6.0 gstreamer-app-1.0 >= 1.6.0 gstreamer-allocators-1.0 >= 1.6.0 gstreamer-video-1.0 >= 1.6.0 glib-2.0,
[HAVE_GST=yes], [HAVE_GST=no])
if test "x$HAVE_GST" = "xyes"; then
AC_DEFINE(HAVE_GST, 1, [Have GStreamer support])
--
2.7.4
More information about the mesa-dev
mailing list