summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-10-12 23:10:45 +0000
committerMåns Rullgård <mans@mansr.com>2008-10-12 23:10:45 +0000
commitaa8bc0f10fd35b08ad622aa0551704ab6e933722 (patch)
tree34c376047413b1317b1b6c887654e7e5ad99a6e1 /configure
parent53bd9d923a86f2c3d8a9bb81b4bba8700665a973 (diff)
Enable FAST_UNALIGNED on PPC
Originally committed as revision 15608 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index f47432c2d8..adebac0559 100755
--- a/configure
+++ b/configure
@@ -1173,10 +1173,12 @@ EOF
;;
"Power Macintosh"|ppc|powerpc)
arch="powerpc"
+ enable fast_unaligned
;;
ppc64)
arch="powerpc"
enable fast_64bit
+ enable fast_unaligned
;;
mips|mipsel|IP*)
arch="mips"