mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 17:18:53 +00:00
79fc33aca8
Fixes #2322
9 lines
184 B
PHP
9 lines
184 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
|
|
|
|
-include $(LIBAVUTIL_DIR)/x86/Makefile
|