From 74c5a1f3ea8aa34e223be76c2e7ab2016e3202e8 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Fri, 23 Aug 2019 07:25:27 +0200 Subject: [PATCH] Force openglosd with VAAPI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf0b343..e4797b6 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ LIBS += $(shell pkg-config --libs freetype2) endif ifeq ($(VAAPI),1) -CONFIG += -DVAAPI +CONFIG += -DVAAPI -DUSE_OPENGLOSD LIBPLACEBO=1 PLUGIN = softhdvaapi endif