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