libav: enable arm 64bit

Fixes #211
This commit is contained in:
Alexander Boettcher
2020-06-10 10:53:45 +02:00
committed by Norman Feske
parent 4ef6c7d5ce
commit 9903036142
4 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
CC_C_OPT += -DARCH_AARCH64=1
include $(REP_DIR)/lib/mk/avcodec.inc
-include $(LIBAVCODEC_DIR)/aarch64/Makefile

View File

@@ -0,0 +1,8 @@
# must be defined before the inclusion of the libavutil 'Makefile'
ARCH_ARM=yes
CC_C_OPT += -DARCH_AARCH64=1
include $(REP_DIR)/lib/mk/avutil.inc
-include $(LIBAVUTIL_DIR)/aarch64/Makefile