Well after asking gb and in the #xbmc-linux channel on freenode i got it compiled (needed newer libboost 1.35 too), but it just crashes. used:
Code:
--- xbmc/configure.in 2010-04-06 22:13:42.000000000 +0200
+++ xbmc.fix/configure.in 2010-04-06 23:58:13.387819233 +0200
@@ -690,6 +690,7 @@
else
if test "$use_vaapi" = "yes"; then
AC_CHECK_LIB([va], main,, use_vaapi=no;AC_MSG_RESULT($vaapi_not_found))
+ AC_CHECK_LIB([va-glx], main,, use_vaapi=no;AC_MSG_RESULT($vaapi_not_found))
else
AC_MSG_NOTICE($vaapi_disabled)
fi
i really want to see it working...