# HG changeset patch # User diego # Date 1192005954 0 # Node ID 8eb925e5e3b7612e38829e9fc97421e7da8bc6f7 # Parent f4a6479979a26867aef93e797fedbbbac5e9bc71 Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL. patch by Emanuele Giaquinta, emanuele.giaquinta gmail com diff -r f4a6479979a2 -r 8eb925e5e3b7 configure --- a/configure Tue Oct 09 12:49:02 2007 +0000 +++ b/configure Wed Oct 10 08:45:54 2007 +0000 @@ -2016,7 +2016,7 @@ ppc|powerpc) _arch='POWERPC PPC' - _def_dcbzl='#define NO_DCBZL 1' + _def_dcbzl='#undef HAVE_DCBZL' _target_arch='ARCH_POWERPC = yes' iproc='ppc' proc='' @@ -2089,7 +2089,7 @@ if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3" || test "$_cc_major" -ge "4"; then case "$proc" in 970*|PPC970*) _march='-mcpu=970' _mcpu='-mtune=970' - _def_dcbzl='#undef NO_DCBZL' ;; + _def_dcbzl='#define HAVE_DCBZL 1' ;; *) ;; esac fi