mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
9165c7601d
- Adjust port to Genode expected layout - Make shared library - Adjust dependent infrastructure to change issue #4196
16 lines
324 B
PHP
16 lines
324 B
PHP
SHARED_LIB = yes
|
|
|
|
YUV_PORT = $(call select_from_ports,libyuv)
|
|
YUV_DIR = $(YUV_PORT)/src/lib/libyuv
|
|
|
|
LIBS = libc stdcxx jpeg
|
|
|
|
INC_DIR += $(YUV_PORT)/include
|
|
|
|
SRC_CC = $(notdir $(wildcard $(YUV_DIR)/source/*.cc))
|
|
|
|
CC_CXX_WARN_STRICT = -Wextra -Werror
|
|
CC_OPT += -Wno-unused-parameter -DHAVE_JPEG
|
|
|
|
vpath %.cc $(YUV_DIR)/source
|