Mercurial > mplayer.hg
comparison configure @ 28606:172bddb096b8
AVR32 apparently supports fast unaligned accesses.
author | diego |
---|---|
date | Tue, 17 Feb 2009 22:05:25 +0000 |
parents | e5f8eec12e5c |
children | 0c4d9e4848b7 |
comparison
equal
deleted
inserted
replaced
28605:65e49c604b25 | 28606:172bddb096b8 |
---|---|
2059 ;; | 2059 ;; |
2060 | 2060 |
2061 avr32) | 2061 avr32) |
2062 _arch='AVR32' | 2062 _arch='AVR32' |
2063 _target_arch='ARCH_AVR32 = yes' | 2063 _target_arch='ARCH_AVR32 = yes' |
2064 def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1' | |
2064 iproc='avr32' | 2065 iproc='avr32' |
2065 ;; | 2066 ;; |
2066 | 2067 |
2067 sh|sh4) | 2068 sh|sh4) |
2068 _arch='SH4' | 2069 _arch='SH4' |