projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
277dbf0
)
configure: Disable xvmc by default
author
Tom Stellard
<thomas.stellard@amd.com>
Mon, 6 Jan 2014 02:49:03 +0000
(18:49 -0800)
committer
Tom Stellard
<thomas.stellard@amd.com>
Mon, 13 Jan 2014 22:37:55 +0000
(14:37 -0800)
The xvmc unit tests are failing on r300g and r600g.
Reviewed-by: Vinson Lee <vlee@freedesktop.org>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 4b55140d2994f50c98d7df34cb05cfff8f0c978b..475bc6cb6a92d0c419d9556c1c713f4ce67e1646 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-583,7
+583,7
@@
AC_ARG_ENABLE([xvmc],
[AS_HELP_STRING([--enable-xvmc],
[enable xvmc library @<:@default=auto@:>@])],
[enable_xvmc="$enableval"],
- [enable_xvmc=
aut
o])
+ [enable_xvmc=
n
o])
AC_ARG_ENABLE([vdpau],
[AS_HELP_STRING([--enable-vdpau],
[enable vdpau library @<:@default=auto@:>@])],