parent
f18fb9541f
commit
add8c39867
@ -1 +1 @@
|
||||
6e9383e1684506ee2bfbfae011821fdd vlc-1.0.2.tar.bz2
|
||||
69d4e30fe4fc2691780fbeacd40359d2 vlc-1.0.2.tar.bz2
|
||||
|
@ -1,24 +0,0 @@
|
||||
diff --git a/src/misc/cpu.c b/src/misc/cpu.c
|
||||
index ac42227..ffe7716 100644
|
||||
--- a/src/misc/cpu.c
|
||||
+++ b/src/misc/cpu.c
|
||||
-44,8 +44,8 @@
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
-#if defined( __i386__ ) || defined( __x86_64__ ) \
|
||||
- || defined( __ppc__ ) || defined( __ppc64__ )
|
||||
+#if defined( __i386__ ) || defined( __x86_64__ ) || defined( __powerpc__ ) \
|
||||
+ || defined( __ppc__ ) || defined( __ppc64__ ) || defined( __powerpc64__ )
|
||||
static bool check_OS_capability( const char *psz_capability, pid_t pid )
|
||||
{
|
||||
#ifndef WIN32
|
||||
-233,7 +233,8 @@ out:
|
||||
i_capabilities |= CPU_CAPABILITY_NEON;
|
||||
# endif
|
||||
|
||||
-#elif defined( __powerpc__ ) || defined( __ppc__ ) || defined( __ppc64__ )
|
||||
+#elif defined( __powerpc__ ) || defined( __ppc__ ) || defined( __powerpc64__ ) \
|
||||
+ || defined( __ppc64__ )
|
||||
|
||||
i_capabilities |= CPU_CAPABILITY_FPU;
|
Loading…
Reference in new issue