mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
26f3a43df0
Issue #2602.
11 lines
221 B
PHP
11 lines
221 B
PHP
# must be defined before the inclusion of the libavutil 'Makefile'
|
|
ARCH_X86=yes
|
|
|
|
CC_C_OPT += -DARCH_X86=1
|
|
|
|
include $(REP_DIR)/lib/mk/avutil.inc
|
|
|
|
INC_DIR += $(REP_DIR)/src/lib/libav
|
|
|
|
-include $(LIBAVUTIL_DIR)/x86/Makefile
|