[FFmpeg-cvslog] r18043 - trunk/libavutil/x86_cpu.h
Benoit Fouet
benoit.fouet
Thu Mar 19 16:06:59 CET 2009
On 03/19/2009 03:49 PM, michael wrote:
> Author: michael
> Date: Thu Mar 19 15:49:47 2009
> New Revision: 18043
>
> Log:
> typedef int x86_reg on non x86
>
> Modified:
> trunk/libavutil/x86_cpu.h
>
> Modified: trunk/libavutil/x86_cpu.h
> ==============================================================================
> --- trunk/libavutil/x86_cpu.h Thu Mar 19 10:53:50 2009 (r18042)
> +++ trunk/libavutil/x86_cpu.h Thu Mar 19 15:49:47 2009 (r18043)
> @@ -62,6 +62,8 @@ typedef int32_t x86_reg;
> # define REGc ecx
> # define REGd edx
> # define REGSP esp
> +#else
> +typedef int x86_reg;
> #endif
>
>
thanks for this (I hope temporary) fix
ARM and PPC build again here
Ben
More information about the ffmpeg-cvslog
mailing list