diff options
author | Matt Turner <[email protected]> | 2012-09-07 20:47:04 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:11 +0100 |
commit | 0b132df3adc3f464a7def6c4e47713aafc356061 (patch) | |
tree | ee58fc54de1191e0c7c4a0d4a4c004499fedfd84 /configure.ac | |
parent | f2bf0cdf7282f37ae4937951e1c6f299273f39f9 (diff) |
build: AC_SUBST XVMC_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 fcd42684331..dcacbb80fcf 100644 --- a/configure.ac +++ b/configure.ac @@ -2000,6 +2000,9 @@ AM_CONDITIONAL(HAVE_SPARC_ASM, echo "$DEFINES" | grep 'SPARC_ASM' >/dev/null 2>& AC_SUBST([VDPAU_MAJOR], 1) AC_SUBST([VDPAU_MINOR], 0) +AC_SUBST([XVMC_MAJOR], 1) +AC_SUBST([XVMC_MINOR], 0) + dnl prepend CORE_DIRS to SRC_DIRS SRC_DIRS="$CORE_DIRS $SRC_DIRS" |