--- a/Makefile.org 2014-03-08 21:08:28.758486711 +0100 +++ b/Makefile 2014-03-08 21:09:23.927681293 +0100 @@ -18,7 +18,7 @@ # support VDPAU video output module VDPAU ?= $(shell pkg-config --exists vdpau && echo 1) # support VA-API video output module (deprecated) -#VAAPI ?= $(shell pkg-config --exists libva && echo 1) +VAAPI ?= $(shell pkg-config --exists libva && echo 1) # support glx output #OPENGL ?= $(shell pkg-config --exists gl glu && echo 1) # screensaver disable/enable