[vlc-commits] Fix typo
Rafaël Carré
git at videolan.org
Sun Jan 29 01:52:15 CET 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Jan 28 19:51:56 2012 -0500| [8932d7afe7ceea242d9ddd5776e46296ab391671] | committer: Rafaël Carré
Fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8932d7afe7ceea242d9ddd5776e46296ab391671
---
contrib/src/main.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 4fd5ec6..6449ac1 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -42,7 +42,7 @@ ifneq ($(findstring $(ARCH),i386 sparc sparc64 ppc ppc64 x86_64),)
HAVE_FPU = 1
else ifneq ($(findstring $(ARCH),arm),)
ifneq ($(call cppcheck, __VFP_FP__)),)
-ifeq ($(call cppcheck, __SOFT_FP__),)
+ifeq ($(call cppcheck, __SOFTFP__),)
HAVE_FPU = 1
endif
endif
More information about the vlc-commits
mailing list