Mercurial > libavcodec.hg
changeset 3650:a74c0aaf9832 libavcodec
use the A32_BITSTREAM_READER by default on ARM (faster)
author | aurel |
---|---|
date | Mon, 28 Aug 2006 22:25:30 +0000 |
parents | 3335f51b6cd3 |
children | 2265410d1d74 |
files | bitstream.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/bitstream.h Mon Aug 28 18:46:01 2006 +0000 +++ b/bitstream.h Mon Aug 28 22:25:30 2006 +0000 @@ -15,9 +15,13 @@ //#define ALT_BITSTREAM_WRITER //#define ALIGNED_BITSTREAM_WRITER #if !defined(LIBMPEG2_BITSTREAM_READER) && !defined(A32_BITSTREAM_READER) && !defined(ALT_BITSTREAM_READER) +# ifdef ARCH_ARMV4L +# define A32_BITSTREAM_READER +# else #define ALT_BITSTREAM_READER //#define LIBMPEG2_BITSTREAM_READER //#define A32_BITSTREAM_READER +# endif #endif #define LIBMPEG2_BITSTREAM_READER_HACK //add BERO