summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-01 14:00:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-01 14:00:50 +0000
commit0d86a0f652c5a131961d580e2704b1a74478fc7b (patch)
tree16039e8235abf73626e068e011d81e7d3e26f4a9 /configure
parent0f65d3be9d874251c106d8bab3c43b0439ed5526 (diff)
downloadmpv-0d86a0f652c5a131961d580e2704b1a74478fc7b.tar.bz2
mpv-0d86a0f652c5a131961d580e2704b1a74478fc7b.tar.xz
HAVE_DCBZL should be a 0/1 definition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28438 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 23e21109fc..bfcae67e88 100755
--- a/configure
+++ b/configure
@@ -2053,7 +2053,7 @@ EOF
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'