# HG changeset patch # User diego # Date 1224188602 0 # Node ID 7929bcb921e9dbe8404a046addc7fe3e86768d06 # Parent b5a46071062a2f3d0ddccde7fee93511567e600f Move dcbzl definition to the FFmpeg section of config.h where it belongs. diff -r b5a46071062a -r 7929bcb921e9 configure --- a/configure Thu Oct 16 20:17:56 2008 +0000 +++ b/configure Thu Oct 16 20:23:22 2008 +0000 @@ -8135,10 +8135,6 @@ /* altivec.h support */ $def_altivec_h -/* For the PPC. G5 has the dcbzl when in 64bit mode but G4s and earlier do not - have the instruction. */ -$_def_dcbzl - /* Define this to any prefered value from 386 up to infinity with step 100 */ #define __CPU__ $iproc @@ -8628,6 +8624,10 @@ /* Define if your processor can access unaligned data in a fast way */ $_def_fast_unaligned +/* The G5 has the dcbzl when in 64bit mode but the G4 and earlier CPUs do not + have the instruction. */ +$_def_dcbzl + #define CONFIG_GPL 1 #define ENABLE_SMALL 0 #define ENABLE_GRAY 0