[FFmpeg-cvslog] r23955 - trunk/configure
Carl Eugen Hoyos
cehoyos
Fri Jul 2 17:54:18 CEST 2010
mru <subversion <at> mplayerhq.hu> writes:
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure Fri Jul 2 01:21:33 2010 (r23954)
> +++ trunk/configure Fri Jul 2 01:21:36 2010 (r23955)
> @@ -2346,7 +2346,7 @@ elif enabled ppc; then
>
> enable local_aligned_8 local_aligned_16
>
> - check_asm dcbzl '"dcbzl 0, 1"'
> + check_asm dcbzl '"dcbzl 0, %0" :: "r"(0)'
This enables dcbzl on a PowerPC G4. (make test passes)
Is this correct? I've read that the instruction was added for PPC 970 (G5).
MPlayer only enables dcbzl for 970. Should it also be enabled for 7xxx?
Carl Eugen
More information about the ffmpeg-cvslog
mailing list