Mercurial > libavcodec.hg
comparison get_bits.h @ 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 | 9f16f997c41b |
| children | 4289d95e5022 |
comparison
equal
deleted
inserted
replaced
| 10702:ea1b3a06bb26 | 10703:3be801dcc8a1 |
|---|---|
| 38 #if defined(ALT_BITSTREAM_READER_LE) && !defined(ALT_BITSTREAM_READER) | 38 #if defined(ALT_BITSTREAM_READER_LE) && !defined(ALT_BITSTREAM_READER) |
| 39 # define ALT_BITSTREAM_READER | 39 # define ALT_BITSTREAM_READER |
| 40 #endif | 40 #endif |
| 41 | 41 |
| 42 #if !defined(LIBMPEG2_BITSTREAM_READER) && !defined(A32_BITSTREAM_READER) && !defined(ALT_BITSTREAM_READER) | 42 #if !defined(LIBMPEG2_BITSTREAM_READER) && !defined(A32_BITSTREAM_READER) && !defined(ALT_BITSTREAM_READER) |
| 43 # if ARCH_ARM | 43 # if ARCH_ARM && !HAVE_FAST_UNALIGNED |
| 44 # define A32_BITSTREAM_READER | 44 # define A32_BITSTREAM_READER |
| 45 # else | 45 # else |
| 46 # define ALT_BITSTREAM_READER | 46 # define ALT_BITSTREAM_READER |
| 47 //#define LIBMPEG2_BITSTREAM_READER | 47 //#define LIBMPEG2_BITSTREAM_READER |
| 48 //#define A32_BITSTREAM_READER | 48 //#define A32_BITSTREAM_READER |
