vlc | branch: master | Rafaël Carré <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
