From aa8bc0f10fd35b08ad622aa0551704ab6e933722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 12 Oct 2008 23:10:45 +0000 Subject: [PATCH] Enable FAST_UNALIGNED on PPC Originally committed as revision 15608 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 ++ 1 file changed, 2 insertions(+) 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"