diff options
author | Johns <johns98@gmx.net> | 2013-04-23 20:46:36 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-04-23 20:46:36 +0200 |
commit | 4fe1c43c08c6ebe1cc1c16372ba5954d7f4ff7d3 (patch) | |
tree | 3551222d7a6258aabcd4295e546f1269e8654ebe /Makefile | |
parent | 7a5e696bc483d01d4d3059b290a912cf9134bb6e (diff) | |
download | vdr-plugin-softhddevice-4fe1c43c08c6ebe1cc1c16372ba5954d7f4ff7d3.tar.gz vdr-plugin-softhddevice-4fe1c43c08c6ebe1cc1c16372ba5954d7f4ff7d3.tar.bz2 |
Removes VA-API enabled as default.
Removes studio levels environment setting.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |