build: AC_SUBST VDPAU_MAJOR/MINOR

This commit is contained in:
Matt Turner 2012-09-05 17:06:16 -07:00 committed by Andreas Boll
parent 0470fb4efe
commit 184b2f0f68
1 changed files with 3 additions and 0 deletions

View File

@ -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"