mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
bf91ea8926
Some source files do not build with -O0 due to conflicting register allocation and inline assembler constrains. We enforce optimization (O2) for these files. Also, I reduced the noise from warning messages induced by lazy handling of "assignment discards ‘const’ qualifier" and "passing argument from incompatible pointer type" in third-party sources.
10 lines
197 B
PHP
10 lines
197 B
PHP
include $(REP_DIR)/lib/mk/av.inc
|
|
|
|
include $(REP_DIR)/lib/import/import-avutil.mk
|
|
|
|
LIBAVUTIL_DIR = $(REP_DIR)/contrib/$(LIBAV)/libavutil
|
|
|
|
include $(LIBAVUTIL_DIR)/Makefile
|
|
|
|
vpath % $(LIBAVUTIL_DIR)
|