Commit 7927f7b2 authored by mru's avatar mru

Enable FAST_UNALIGNED on PPC

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15608 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dcd43dd2
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment