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

added libavfilter

This commit is contained in:
jojo61 2019-04-05 14:33:48 +02:00
parent 7dbfba85f4
commit 71fb080fe4

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)