added libavfilter

This commit is contained in:
jojo61 2019-04-05 14:33:48 +02:00
parent 7dbfba85f4
commit 71fb080fe4
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ ifneq (exists, $(shell pkg-config libavcodec && echo exists))
$(error ******************************************************************)
endif
_CFLAGS += $(shell pkg-config --cflags libavcodec)
LIBS += $(shell pkg-config --libs libavcodec)
LIBS += $(shell pkg-config --libs libavcodec libavfilter)
ifeq ($(SCREENSAVER),1)