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.
genode/repos/libports/lib/mk/avformat.mk

12 lines
255 B
Makefile

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)