Removes VA-API enabled as default.

Removes studio levels environment setting.
This commit is contained in:
Johns
2013-04-23 20:46:36 +02:00
parent 7a5e696bc4
commit 4fe1c43c08
3 changed files with 13 additions and 17 deletions

View File

@@ -15,10 +15,10 @@ PLUGIN = softhddevice
ALSA ?= $(shell pkg-config --exists alsa && echo 1)
# support OSS audio output module
OSS ?= 1
# support VDPAU video output modue
# support VDPAU video output module
VDPAU ?= $(shell pkg-config --exists vdpau && echo 1)
# support VA-API video output modue
VAAPI ?= $(shell pkg-config --exists libva && echo 1)
# support VA-API video output module (deprecated)
#VAAPI ?= $(shell pkg-config --exists libva && echo 1)
# support glx output
#OPENGL ?= $(shell pkg-config --exists gl glu && echo 1)
# screensaver disable/enable