Commit e62ad3a0 authored by mru's avatar mru

ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20911 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4cdb67e8
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#endif #endif
#if !defined(LIBMPEG2_BITSTREAM_READER) && !defined(A32_BITSTREAM_READER) && !defined(ALT_BITSTREAM_READER) #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 # define A32_BITSTREAM_READER
# else # else
# define ALT_BITSTREAM_READER # define ALT_BITSTREAM_READER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment