Skip to content
Snippets Groups Projects
Commit 3062351d authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contrib: add arm64 to archs with FPU

Change-Id: Id9ba5014e14bd75a50d8ffe741f2e5df1c587e71
parent 5f335b3a
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ LDFLAGS := $(LDFLAGS) $(EXTRA_LDFLAGS)
# Do not export those! Use HOSTVARS.
# Do the FPU detection, after we have figured out our compilers and flags.
ifneq ($(findstring $(ARCH),aarch64 i386 ppc ppc64 sparc sparc64 x86_64),)
ifneq ($(findstring $(ARCH),aarch64 arm64 i386 ppc ppc64 sparc sparc64 x86_64),)
# This should be consistent with include/vlc_cpu.h
HAVE_FPU = 1
else ifneq ($(findstring $(ARCH),arm),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment