genode/repos/libports/lib/mk/avformat.mk

12 lines
256 B
Makefile
Raw Normal View History

2012-05-22 09:15:39 +00:00
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
2012-05-22 09:15:39 +00:00
2017-03-13 13:30:15 +00:00
-include $(LIBAVFORMAT_DIR)/Makefile
2012-05-22 09:15:39 +00:00
LIBS += avcodec avutil zlib
vpath % $(LIBAVFORMAT_DIR)