--- ../../xbmc-deb-orig/xbmc-11.0~git20120510.82388d5/debian/rules 2012-05-10 14:56:35.000000000 -0700 +++ debian/rules 2012-11-22 11:46:23.149096004 -0800 @@ -29,11 +29,15 @@ ARCH_SPECIFIC_LIB_RECOMMENDS = -lcrystalhd endif -# Enable gles for armel +# Enable gles for arm ifeq (,$(filter armel,$(DEB_HOST_ARCH))) -GL_CONFIG_OPTIONS = --enable-gl --disable-gles + ifeq (,$(filter armhf,$(DEB_HOST_ARCH))) + GL_CONFIG_OPTIONS = --enable-gl --disable-gles --enable-vdpau + else + GL_CONFIG_OPTIONS = --disable-vaapi --disable-vdpau --disable-gl --enable-gles + endif else -GL_CONFIG_OPTIONS = --disable-gl --enable-gles + GL_CONFIG_OPTIONS = --disable-gl --enable-gles endif # Various environment variables to set @@ -47,7 +51,6 @@ --prefix=/usr --docdir=/usr/share/doc/xbmc \ $(DEBUG_OPTIONS) \ $(GL_CONFIG_OPTIONS) \ - --enable-vdpau \ --disable-vdadecoder \ --disable-vtbdecoder \ --disable-openmax \