summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2011-01-27 13:03:29 +0000
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2011-01-27 13:03:29 +0000
commit68615ee83ed31647908481a214c8d9fb4ebf5754 (patch)
treeb515f3ebce0969a7d7bbb3704ccb2f4f2de6ff41 /configure.ac
parentaf3de44c07e6e68fdcabaf5cdb7d047a35c7ecb1 (diff)
Fix VA/GLX support with VA-API >= 0.32.0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a075865..fcc5faa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,6 +213,7 @@ AC_CACHE_CHECK([for VA-API (GLX extensions)],
# error "VA-API version >= 0.31.0-sds$LIBVA_GLX_SDS_VERSION_0_31 is required"
# endif
# endif
+ #elif VA_MAJOR_VERSION ==0 && VA_MINOR_VERSION >= 32
#else
# error "This version of VA-API is not supported for OpenGL rendering"
#endif