diff bitstream.h @ 3649:3335f51b6cd3 libavcodec

force usage of ALT_BITSTREAM_READER where needed
author aurel
date Mon, 28 Aug 2006 18:46:01 +0000
parents c44d798b06b5
children a74c0aaf9832
line wrap: on
line diff
--- a/bitstream.h	Mon Aug 28 18:44:49 2006 +0000
+++ b/bitstream.h	Mon Aug 28 18:46:01 2006 +0000
@@ -8,6 +8,10 @@
 
 #include "log.h"
 
+#if defined(ALT_BITSTREAM_READER_LE) && !defined(ALT_BITSTREAM_READER)
+#define ALT_BITSTREAM_READER
+#endif
+
 //#define ALT_BITSTREAM_WRITER
 //#define ALIGNED_BITSTREAM_WRITER
 #if !defined(LIBMPEG2_BITSTREAM_READER) && !defined(A32_BITSTREAM_READER) && !defined(ALT_BITSTREAM_READER)