summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-04-19 12:00:11 +0200
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-04-19 12:07:40 +0200
commit67e3ecd614360f6f420c60de6e382c592b9b9f5c (patch)
tree20700347b22915826333e882c2816b777cf36c77
parent2b36eb517f156e3976d6b9fdc3cdbfda59cbba59 (diff)
build: restrict until codecparsers <= 1.8.99
gstreamer-codecparsers-1.0 version 1.9 includes an API/ABI break in VP9 parser. This patch restricts the compilation of gstreamer-vaapi version 1.8 with a gstreamer-codecparsers-1.0 version lower than 1.8.99
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7ca566c2..f7c3a70c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,8 +244,8 @@ AG_GST_CHECK_MODULES([GST_PBUTILS],
[gstreamer-pbutils-$GST_API_VERSION], [$GST_PBREQ], [yes])
dnl bitstream parsers (gstreamer-codecparsers)
-AG_GST_CHECK_MODULES([GST_CODEC_PARSERS],
- [gstreamer-codecparsers-$GST_API_VERSION], [$GST_PBADREQ], [yes])
+AG_GST_PKG_CHECK_MODULES([GST_CODEC_PARSERS],
+ [gstreamer-codecparsers-$GST_API_VERSION >= 1.8.0 gstreamer-codecparsers-$GST_API_VERSION <= 1.8.99], [yes])
AS_IF([test "x$enable_glx" = "xyes" -o "x$enable_egl" = "xyes"],
[enable_opengl="yes"], [enable_opengl="no"])