Fix Makefile and DEBUG Error

This commit is contained in:
jojo61
2019-10-04 14:21:55 +02:00
parent 4d2735a971
commit 5fa43b5d71
2 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ ifeq ($(VAAPI),1)
CONFIG += -DVAAPI
#LIBPLACEBO=1
PLUGIN = softhdvaapi
LIBS += -lEGL -lEGL_mesa
LIBS += -lEGL
endif
ifeq ($(LIBPLACEBO),1)