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:
parent
7dbfba85f4
commit
71fb080fe4
2
Makefile
2
Makefile
@ -166,7 +166,7 @@ ifneq (exists, $(shell pkg-config libavcodec && echo exists))
|
|||||||
$(error ******************************************************************)
|
$(error ******************************************************************)
|
||||||
endif
|
endif
|
||||||
_CFLAGS += $(shell pkg-config --cflags libavcodec)
|
_CFLAGS += $(shell pkg-config --cflags libavcodec)
|
||||||
LIBS += $(shell pkg-config --libs libavcodec)
|
LIBS += $(shell pkg-config --libs libavcodec libavfilter)
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(SCREENSAVER),1)
|
ifeq ($(SCREENSAVER),1)
|
||||||
|
Loading…
Reference in New Issue
Block a user