summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2019-08-28 12:29:53 -0700
committerAaron Plattner <aplattner@nvidia.com>2019-08-28 12:29:53 -0700
commitccb3c8d3517c4b8c523e47bd945a9eb14be2db43 (patch)
tree76a89262de0cc5f52c40efba1b5873c0881276df
parent8f586fe834a8f485fcf96e36656ce02f8b05a2ff (diff)
Depend on vdpau >= 1.3 for VP9 support
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b7bc12b..070ea6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AM_MAINTAINER_MODE
AC_PROG_CXX
AC_PROG_INSTALL
-PKG_CHECK_MODULES(VDPAU, x11 [vdpau >= 1.0])
+PKG_CHECK_MODULES(VDPAU, x11 [vdpau >= 1.3])
VDPAUINFO_CXXFLAGS="$VDPAUINFO_CXXFLAGS $VDPAU_CFLAGS"
VDPAUINFO_LIBS="$VDPAUINFO_LIBS $VDPAU_LIBS"