changeset 24733:8eb925e5e3b7

Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL. patch by Emanuele Giaquinta, emanuele.giaquinta gmail com
author diego
date Wed, 10 Oct 2007 08:45:54 +0000
parents f4a6479979a2
children 09f9d0de17f1
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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