[Ffmpeg-devel] ARCH_X86 vs ARCH_X86_32 vs ARCH_X86_64

Dominik 'Rathann' Mierzejewski dominik
Sat Oct 28 17:48:14 CEST 2006


On Saturday, 28 October 2006 at 14:22, Reimar D?ffinger wrote:
> 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

> 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

That seems wrong. Semantically, it implies that X86_64 cannot compile X86_ASM.

R.

-- 
MPlayer developer and RPMs maintainer: http://rpm.greysector.net/mplayer/
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan




More information about the ffmpeg-devel mailing list