[vlc-devel] commit: Factor again ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Sep 7 23:11:27 CEST 2009
vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 16 15:49:43 2009 +0300| [583bcbd2ca26c568acfb7cc02e41eb19833c8413] | committer: Christophe Mutricy
Factor again
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=583bcbd2ca26c568acfb7cc02e41eb19833c8413
---
src/misc/cpu.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/misc/cpu.c b/src/misc/cpu.c
index 3e49521..b5d0e47 100644
--- a/src/misc/cpu.c
+++ b/src/misc/cpu.c
@@ -234,7 +234,6 @@ out:
# if defined( __ARM_EABI__ ) && !defined( __SOFTFP__ )
i_capabilities |= CPU_CAPABILITY_FPU;
# endif
- return i_capabilities;
#elif defined( __powerpc__ ) || defined( __ppc__ ) || defined( __ppc64__ )
More information about the vlc-devel
mailing list