mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
25a82d6dd5
Fixes #212.
7 lines
144 B
Makefile
7 lines
144 B
Makefile
# must be defined before the inclusion of the libavutil 'Makefile'
|
|
ARCH_ARM=yes
|
|
|
|
CC_C_OPT += -DARCH_ARM=1
|
|
|
|
include $(REP_DIR)/lib/mk/avutil.inc
|