Mercurial > libavcodec.hg
changeset 10703:3be801dcc8a1 libavcodec
ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access
| author | mru |
|---|---|
| date | Tue, 22 Dec 2009 08:09:46 +0000 |
| parents | ea1b3a06bb26 |
| children | 72ff59e42756 |
| files | get_bits.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/get_bits.h Sun Dec 20 16:31:21 2009 +0000 +++ b/get_bits.h Tue Dec 22 08:09:46 2009 +0000 @@ -40,7 +40,7 @@ #endif #if !defined(LIBMPEG2_BITSTREAM_READER) && !defined(A32_BITSTREAM_READER) && !defined(ALT_BITSTREAM_READER) -# if ARCH_ARM +# if ARCH_ARM && !HAVE_FAST_UNALIGNED # define A32_BITSTREAM_READER # else # define ALT_BITSTREAM_READER
