summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-09-05 17:06:16 -0700
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-01-10 22:01:10 +0100
commit184b2f0f68224691ac754afe27e83645c2802c8e (patch)
tree5359190525f366f052d3a9aec7ff3a65406fc1fc /configure.ac
parent0470fb4efe1b642788fc3b72016364c1f7a8deb4 (diff)
build: AC_SUBST VDPAU_MAJOR/MINOR
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0eee677e060..cddf2de2efe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1997,6 +1997,9 @@ AM_CONDITIONAL(HAVE_X86_ASM, echo "$DEFINES" | grep 'X86_ASM' >/dev/null 2>&1)
AM_CONDITIONAL(HAVE_X86_64_ASM, echo "$DEFINES" | grep 'X86_64_ASM' >/dev/null 2>&1)
AM_CONDITIONAL(HAVE_SPARC_ASM, echo "$DEFINES" | grep 'SPARC_ASM' >/dev/null 2>&1)
+AC_SUBST([VDPAU_MAJOR], 1)
+AC_SUBST([VDPAU_MINOR], 0)
+
dnl prepend CORE_DIRS to SRC_DIRS
SRC_DIRS="$CORE_DIRS $SRC_DIRS"