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-avutil.mk
|
|
|
|
LIBAVUTIL_DIR = $(call select_from_ports,libav)/src/lib/libav/libavutil
|
|
|
|
include $(LIBAVUTIL_DIR)/Makefile
|
|
|
|
vpath % $(LIBAVUTIL_DIR)
|