diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h index 1863e7de4a..df814d9135 100644 --- a/libavcodec/get_bits.h +++ b/libavcodec/get_bits.h @@ -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