SOURCES: vlc-x8864.patch (NEW) - remove x8664 cpu detection, "it's...
speedy
speedy at pld-linux.org
Sun Jun 26 20:36:31 CEST 2005
Author: speedy Date: Sun Jun 26 18:36:31 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- remove x8664 cpu detection, "it's gcc bug, upgrade your gcc"
---- Files affected:
SOURCES:
vlc-x8864.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/vlc-x8864.patch
diff -u /dev/null SOURCES/vlc-x8864.patch:1.1
--- /dev/null Sun Jun 26 20:36:31 2005
+++ SOURCES/vlc-x8864.patch Sun Jun 26 20:36:26 2005
@@ -0,0 +1,20 @@
+--- vlc-0.8.2/src/misc/cpu.c.orig 2005-06-26 17:16:22.460587560 +0000
++++ vlc-0.8.2/src/misc/cpu.c 2005-06-26 17:18:39.593740152 +0000
+@@ -52,7 +52,7 @@
+ #ifdef HAVE_SIGNAL_H
+ static jmp_buf env;
+ static int i_illegal;
+-#if defined( __i386__ ) || defined( __x86_64__ )
++#if defined( __i386__ )
+ static char *psz_capability;
+ #endif
+ #endif
+@@ -79,7 +79,7 @@
+
+ return i_capabilities;
+
+-#elif defined( __i386__ ) || defined( __x86_64__ )
++#elif defined( __i386__ )
+ volatile unsigned int i_eax, i_ebx, i_ecx, i_edx;
+ volatile vlc_bool_t b_amd;
+
================================================================
More information about the pld-cvs-commit
mailing list