Mercurial > mplayer.hg
changeset 28403:af8b542c7db4
HAVE_DCBZL should be a 0/1 definition.
author | diego |
---|---|
date | Sun, 01 Feb 2009 14:00:50 +0000 |
parents | c884d17bd005 |
children | 613f075b4ef0 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Feb 01 13:42:27 2009 +0000 +++ b/configure Sun Feb 01 14:00:50 2009 +0000 @@ -2053,7 +2053,7 @@ ppc|ppc64|powerpc|powerpc64) _arch='PPC' - _def_dcbzl='#undef HAVE_DCBZL' + _def_dcbzl='#define HAVE_DCBZL 0' _target_arch='ARCH_PPC = yes' _def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1' iproc='ppc'