mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
79fc33aca8
Fixes #2322
15 lines
316 B
PHP
15 lines
316 B
PHP
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
|
|
|
|
-include $(LIBAVCODEC_DIR)/Makefile
|
|
|
|
LIBS += zlib
|
|
|
|
INC_DIR += $(LIBAV_PORT_DIR)/src/lib/libav
|
|
|
|
vpath % $(LIBAVCODEC_DIR)
|