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

15 lines
315 B
PHP
Raw Normal View History

2012-05-22 11:15:39 +02: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 11:15:39 +02:00
include $(LIBAVCODEC_DIR)/Makefile
LIBS += zlib
INC_DIR += $(LIBAV_PORT_DIR)/src/lib/libav
2012-05-22 11:15:39 +02:00
vpath % $(LIBAVCODEC_DIR)