genode/repos/libports/lib/mk/avcodec.inc

15 lines
316 B
PHP
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-avcodec.mk
LIBAV_PORT_DIR := $(call select_from_ports,libav)
LIBAVCODEC_DIR := $(LIBAV_PORT_DIR)/src/lib/libav/libavcodec
2012-05-22 09:15:39 +00:00
2017-03-13 13:30:15 +00:00
-include $(LIBAVCODEC_DIR)/Makefile
2012-05-22 09:15:39 +00:00
LIBS += zlib
INC_DIR += $(LIBAV_PORT_DIR)/src/lib/libav
2012-05-22 09:15:39 +00:00
vpath % $(LIBAVCODEC_DIR)