vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Feb 27 20:16:36 2013 +0200| [7ddfb56beccd8f79eddc0e874ab97eaf06547389] | committer: Rémi Denis-Courmont
contrib: 64-bits ARM always supports floating point > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7ddfb56beccd8f79eddc0e874ab97eaf06547389 --- contrib/src/main.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 64ecf76..824e460 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -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),) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
