mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-05 21:44:12 +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
|