summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManojGuptaBonda <mbonda@nvidia.com>2022-06-23 16:45:29 +0530
committerManojGuptaBonda <mbonda@nvidia.com>2022-06-23 16:45:29 +0530
commitd3c5bd63bf8878d59b22d618d2bb5116db392d28 (patch)
tree0c9698e9f14e64775a675e81c37fd3d5127cffc7
parentda66af25aa327d21179d478f3a6d8c03b6c7f574 (diff)
Bump version to 1.5 and Depend on vdpau >= 1.5 for AV1 supportHEAD1.5master
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6d100f5..1d98205 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,12 @@
AC_PREREQ([2.57])
-AC_INIT(vdpauinfo,[1.4],[xorg@lists.freedesktop.org],vdpauinfo)
+AC_INIT(vdpauinfo,[1.5],[xorg@lists.freedesktop.org],vdpauinfo)
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE
AC_PROG_CXX
AC_PROG_INSTALL
-PKG_CHECK_MODULES(VDPAU, x11 [vdpau >= 1.4])
+PKG_CHECK_MODULES(VDPAU, x11 [vdpau >= 1.5])
VDPAUINFO_CXXFLAGS="$VDPAUINFO_CXXFLAGS $VDPAU_CFLAGS"
VDPAUINFO_LIBS="$VDPAUINFO_LIBS $VDPAU_LIBS"