You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
include $(REP_DIR)/lib/mk/av.inc
|
|
|
|
include $(REP_DIR)/lib/import/import-avfilter.mk
|
|
|
|
LIBAVFILTER_DIR = $(call select_from_ports,libav)/src/lib/libav/libavfilter
|
|
|
|
include $(LIBAVFILTER_DIR)/Makefile
|
|
|
|
vpath % $(LIBAVFILTER_DIR)
|