summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-17 22:05:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-17 22:05:25 +0000
commite5ee1232c5e00e730d69cf57767b1ee3ab5b4e16 (patch)
tree67ed7dbcbf7ae97190ebe243f6ce93023ac3e874 /configure
parent0c6b3b8742c0e2ef4f5f0562c40f144822df345c (diff)
downloadmpv-e5ee1232c5e00e730d69cf57767b1ee3ab5b4e16.tar.bz2
mpv-e5ee1232c5e00e730d69cf57767b1ee3ab5b4e16.tar.xz
AVR32 apparently supports fast unaligned accesses.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28641 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index aeb7c22f7b..ea38883196 100755
--- a/configure
+++ b/configure
@@ -2061,6 +2061,7 @@ EOF
avr32)
_arch='AVR32'
_target_arch='ARCH_AVR32 = yes'
+ def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
iproc='avr32'
;;