mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
25a82d6dd5
Fixes #212.
12 lines
256 B
PHP
12 lines
256 B
PHP
include $(REP_DIR)/lib/mk/av.inc
|
|
|
|
include $(REP_DIR)/lib/import/import-avutil.mk
|
|
|
|
CC_WARN += -Wno-pointer-sign -Wno-switch -Wno-parentheses
|
|
|
|
LIBAVUTIL_DIR = $(REP_DIR)/contrib/$(LIBAV)/libavutil
|
|
|
|
include $(LIBAVUTIL_DIR)/Makefile
|
|
|
|
vpath % $(LIBAVUTIL_DIR)
|