projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2bf0cd
)
build: AC_SUBST XVMC_MAJOR/MINOR
author
Matt Turner
<mattst88@gmail.com>
Sat, 8 Sep 2012 03:47:04 +0000
(20:47 -0700)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Thu, 10 Jan 2013 21:01:11 +0000
(22:01 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index fcd42684331f5c45c3893ad0bcf65d205180d9ba..dcacbb80fcffa756d7675f15a4452eab9f9d1655 100644
(file)
--- 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"