Added VDPAU multi decoder loop changes to VA-API code.

This commit is contained in:
Johns
2015-10-05 08:54:19 +02:00
parent 5dc5601576
commit 4fa4f6616a
3 changed files with 79 additions and 43 deletions

View File

@@ -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