1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Enable FAST_UNALIGNED on PPC

Originally committed as revision 15608 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2008-10-12 23:10:45 +00:00
parent 53bd9d923a
commit aa8bc0f10f

2
configure vendored
View File

@ -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"