mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 17:18:53 +00:00
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
|