1
mirror of https://github.com/mpv-player/mpv synced 2025-01-24 19:37:30 +01:00

Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27763 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-13 22:25:35 +00:00
parent 885a7962ec
commit 7b64ef7fd4

1
configure vendored
View File

@ -2010,6 +2010,7 @@ EOF
_arch='POWERPC PPC'
_def_dcbzl='#undef HAVE_DCBZL'
_target_arch='ARCH_POWERPC = yes'
_def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
iproc='ppc'
echocheck "CPU type"