diff options
author | Matt Turner <[email protected]> | 2012-09-05 17:06:16 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:10 +0100 |
commit | 184b2f0f68224691ac754afe27e83645c2802c8e (patch) | |
tree | 5359190525f366f052d3a9aec7ff3a65406fc1fc /configure.ac | |
parent | 0470fb4efe1b642788fc3b72016364c1f7a8deb4 (diff) |
build: AC_SUBST VDPAU_MAJOR/MINOR
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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" |