diff options
author | Johns <johns98@gmx.net> | 2015-10-05 08:54:19 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2015-10-05 08:54:19 +0200 |
commit | 4fa4f6616a17fe38344d28bd186a493d89ef3b85 (patch) | |
tree | e6ab4be0eaa9f7278a07fad0625316bd10d91861 /Makefile | |
parent | 5dc5601576c617516ec41c9c4899d3e18c0cc030 (diff) | |
download | vdr-plugin-softhddevice-4fa4f6616a17fe38344d28bd186a493d89ef3b85.tar.gz vdr-plugin-softhddevice-4fa4f6616a17fe38344d28bd186a493d89ef3b85.tar.bz2 |
Added VDPAU multi decoder loop changes to VA-API code.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,9 +18,9 @@ OSS ?= 1 # 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) +OPENGL ?= $(shell pkg-config --exists gl glu && echo 1) # screensaver disable/enable SCREENSAVER ?= 1 # use ffmpeg libswresample |