mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
85a2ebc1c4
Issue #1082
10 lines
215 B
PHP
10 lines
215 B
PHP
include $(REP_DIR)/lib/mk/av.inc
|
|
|
|
include $(REP_DIR)/lib/import/import-avutil.mk
|
|
|
|
LIBAVUTIL_DIR = $(call select_from_ports,libav)/src/lib/libav/libavutil
|
|
|
|
include $(LIBAVUTIL_DIR)/Makefile
|
|
|
|
vpath % $(LIBAVUTIL_DIR)
|