summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/put_bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/put_bits.h')
-rw-r--r--apps/codecs/libwmapro/put_bits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwmapro/put_bits.h b/apps/codecs/libwmapro/put_bits.h
index 9f66256..91401ff 100644
--- a/apps/codecs/libwmapro/put_bits.h
+++ b/apps/codecs/libwmapro/put_bits.h
@@ -37,7 +37,7 @@
//#define ALT_BITSTREAM_WRITER
//#define ALIGNED_BITSTREAM_WRITER
-
+#define HAVE_FAST_UNALIGNED 0
/* buf and buf_end must be present and used by every alternative writer. */
typedef struct PutBitContext {
#ifdef ALT_BITSTREAM_WRITER