Commit aa8bc0f1 authored by Måns Rullgård's avatar Måns Rullgård

Enable FAST_UNALIGNED on PPC

Originally committed as revision 15608 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 53bd9d92
......@@ -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