From 4fa4f6616a17fe38344d28bd186a493d89ef3b85 Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 5 Oct 2015 08:54:19 +0200 Subject: Added VDPAU multi decoder loop changes to VA-API code. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6f46d5..2a41981 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3