[MPlayer-cvslog] r24761 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Oct 10 10:45:55 CEST 2007
Author: diego
Date: Wed Oct 10 10:45:54 2007
New Revision: 24761
Log:
Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Oct 10 10:45:54 2007
@@ -2016,7 +2016,7 @@ EOF
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 @@ EOF
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
More information about the MPlayer-cvslog
mailing list