[Ffmpeg-devel] ARCH_X86 vs ARCH_X86_32 vs ARCH_X86_64

Reimar Döffinger Reimar.Doeffinger
Sat Oct 28 14:22:58 CEST 2006


Hello,
On Wed, Oct 25, 2006 at 06:56:19PM +0200, Diego Biurrun wrote:
> On Mon, Oct 16, 2006 at 11:14:05PM +0200, Diego Biurrun wrote:
> > And here is the corresponding patch for MPlayer, testing on x86_64 very
> > welcome as well.
> 
> Reimar, maybe you can test this?

Needs attached patch, nothing else seemed to cause problems. IMO apply,
if any other issues appear they can be fixed quickly.

Greetings,
Reimar D?ffinger
-------------- next part --------------
Index: mp3lib/sr1.c
===================================================================
--- mp3lib/sr1.c	(revision 20488)
+++ mp3lib/sr1.c	(working copy)
@@ -31,7 +31,7 @@
 
 #include "libvo/fastmemcpy.h"
 
-#ifdef ARCH_X86
+#ifdef ARCH_X86_32
 #define CAN_COMPILE_X86_ASM
 #endif
 
Index: mp3lib/Makefile
===================================================================
--- mp3lib/Makefile	(revision 20488)
+++ mp3lib/Makefile	(working copy)
@@ -7,7 +7,7 @@
 CFLAGS  = -I.. $(OPTFLAGS)
 
 SRCS = sr1.c
-ifeq ($(TARGET_ARCH_X86),yes)
+ifeq ($(TARGET_ARCH_X86_32),yes)
 SRCS += decode_i586.c
 ifeq ($(TARGET_MMX),yes)
 SRCS += decode_MMX.c dct64_MMX.c tabinit_MMX.c



More information about the ffmpeg-devel mailing list