mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
12 lines
217 B
PHP
12 lines
217 B
PHP
|
include $(REP_DIR)/lib/mk/av.inc
|
||
|
|
||
|
include $(REP_DIR)/lib/import/import-avcodec.mk
|
||
|
|
||
|
LIBAVCODEC_DIR = $(REP_DIR)/contrib/$(LIBAV)/libavcodec
|
||
|
|
||
|
include $(LIBAVCODEC_DIR)/Makefile
|
||
|
|
||
|
LIBS += zlib
|
||
|
|
||
|
vpath % $(LIBAVCODEC_DIR)
|