OSDN Git Service

Enable FAST_UNALIGNED on PPC
authorMåns Rullgård <mans@mansr.com>
Sun, 12 Oct 2008 23:10:45 +0000 (23:10 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 12 Oct 2008 23:10:45 +0000 (23:10 +0000)
Originally committed as revision 15608 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index f47432c..adebac0 100755 (executable)
--- 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"