Commit 583bcbd2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Christophe Mutricy

Factor again

Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 06365630
...@@ -234,7 +234,6 @@ out: ...@@ -234,7 +234,6 @@ out:
# if defined( __ARM_EABI__ ) && !defined( __SOFTFP__ ) # if defined( __ARM_EABI__ ) && !defined( __SOFTFP__ )
i_capabilities |= CPU_CAPABILITY_FPU; i_capabilities |= CPU_CAPABILITY_FPU;
# endif # endif
return i_capabilities;
#elif defined( __powerpc__ ) || defined( __ppc__ ) || defined( __ppc64__ ) #elif defined( __powerpc__ ) || defined( __ppc__ ) || defined( __ppc64__ )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment