1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

HAVE_DCBZL should be a 0/1 definition.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28438 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-01 14:00:50 +00:00
parent 0f65d3be9d
commit 0d86a0f652

2
configure vendored
View File

@ -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'