summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-13 22:25:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-13 22:25:35 +0000
commit7b64ef7fd40fc398a216faf0b86407e9a6c341f6 (patch)
tree0ec20c92c1d336a03739b0ce31d4e74de0b0efa2 /configure
parent885a7962ec11d90f06d81999c719b9128e2de6c7 (diff)
downloadmpv-7b64ef7fd40fc398a216faf0b86407e9a6c341f6.tar.bz2
mpv-7b64ef7fd40fc398a216faf0b86407e9a6c341f6.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c4197fd1c4..40a08da166 100755
--- a/configure
+++ b/configure
@@ -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"