mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 19:46:45 +00:00
7b90f8f857
Issue #4078
13 lines
249 B
PHP
13 lines
249 B
PHP
YUV_DIR = $(call select_from_ports,libyuv)/libyuv
|
|
|
|
LIBS = libc
|
|
|
|
INC_DIR += $(YUV_DIR)/include
|
|
|
|
SRC_CC = $(notdir $(wildcard $(YUV_DIR)/source/*.cc))
|
|
|
|
CC_CXX_WARN_STRICT = -Wextra -Werror
|
|
CC_OPT += -Wno-unused-parameter
|
|
|
|
vpath %.cc $(YUV_DIR)/source
|