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-avformat.mk
|
|
|
|
LIBAVFORMAT_DIR = $(call select_from_ports,libav)/src/lib/libav/libavformat
|
|
|
|
include $(LIBAVFORMAT_DIR)/Makefile
|
|
|
|
LIBS += avcodec avutil zlib
|
|
|
|
vpath % $(LIBAVFORMAT_DIR)
|