1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00

Force openglosd with VAAPI

This commit is contained in:
jojo61 2019-08-23 07:25:27 +02:00
parent 6d7ef37384
commit 74c5a1f3ea

View File

@ -133,7 +133,7 @@ LIBS += $(shell pkg-config --libs freetype2)
endif endif
ifeq ($(VAAPI),1) ifeq ($(VAAPI),1)
CONFIG += -DVAAPI CONFIG += -DVAAPI -DUSE_OPENGLOSD
LIBPLACEBO=1 LIBPLACEBO=1
PLUGIN = softhdvaapi PLUGIN = softhdvaapi
endif endif