diff flac.c @ 3649:3335f51b6cd3 libavcodec

force usage of ALT_BITSTREAM_READER where needed
author aurel
date Mon, 28 Aug 2006 18:46:01 +0000
parents 3ccec186532f
children c8c591fe26f8
line wrap: on
line diff
--- a/flac.c	Mon Aug 28 18:44:49 2006 +0000
+++ b/flac.c	Mon Aug 28 18:46:01 2006 +0000
@@ -33,6 +33,7 @@
 
 #include <limits.h>
 
+#define ALT_BITSTREAM_READER
 #include "avcodec.h"
 #include "bitstream.h"
 #include "golomb.h"