mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-24 02:51:20 +00:00
14 lines
307 B
PHP
14 lines
307 B
PHP
include $(REP_DIR)/lib/mk/av.inc
|
|
|
|
include $(REP_DIR)/lib/import/import-avcodec.mk
|
|
|
|
CC_WARN += -Wno-pointer-sign -Wno-uninitialized -Wno-deprecated-declarations -Wno-switch
|
|
|
|
LIBAVCODEC_DIR = $(REP_DIR)/contrib/$(LIBAV)/libavcodec
|
|
|
|
include $(LIBAVCODEC_DIR)/Makefile
|
|
|
|
LIBS += zlib
|
|
|
|
vpath % $(LIBAVCODEC_DIR)
|