AVR32 apparently supports fast unaligned accesses.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28641 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-17 22:05:25 +00:00
parent 0c6b3b8742
commit e5ee1232c5
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2061,6 +2061,7 @@ EOF
avr32)
_arch='AVR32'
_target_arch='ARCH_AVR32 = yes'
def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
iproc='avr32'
;;