mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
79fc33aca8
Fixes #2322
10 lines
216 B
PHP
10 lines
216 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)
|