mirror of
https://github.com/videolan/vlc.git
synced 2025-01-22 15:47:59 +08:00
contrib: 64-bits ARM always supports floating point
This commit is contained in:
parent
e41027f592
commit
7ddfb56bec
@ -156,7 +156,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),i386 sparc sparc64 ppc ppc64 x86_64),)
|
||||
ifneq ($(findstring $(ARCH),aarch64 i386 ppc ppc64 sparc sparc64 x86_64),)
|
||||
# This should be consistent with include/vlc_cpu.h
|
||||
HAVE_FPU = 1
|
||||
else ifneq ($(findstring $(ARCH),arm),)
|
||||
|
Loading…
Reference in New Issue
Block a user