[FFmpeg-devel] [PATCH] Fixes compile error on my AMD 64 running linux

Michael Niedermayer michaelni
Fri Dec 21 20:26:48 CET 2007


On Fri, Dec 21, 2007 at 04:28:25PM +0000, iorrus mcdonnagh wrote:
> Hello,
> 
> FFMpeg won't compile for me without this patch. I
> found this on 
> http://groups.google.com/group/lucky.freebsd.ports/browse_thread/thread/884ada8c095800a1/e2d37a04a243459c?#e2d37a04a243459c
> 
> 
> I get the following errors.
> 
> 
> {standard input}:45598: Error: 
> ff_h264_lps_range(%eax,%esi,2)' is not a valid 6      
>                                       4 bit base/index
> expression
> {standard input}:45611: Error:
> `ff_h264_norm_shift(%esi)' is not a valid 64 bit      
>                                        base/index

esi is not a 64 bit register so yes its not valid, change it to
REG_S, similarly for the others.

and patch rejected

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071221/177ab171/attachment.pgp>



More information about the ffmpeg-devel mailing list