From 75c998a21916f990cff5eaca59c4dc9d592a273f Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Mon, 28 Aug 2006 18:46:01 +0000 Subject: force usage of ALT_BITSTREAM_READER where needed Originally committed as revision 6118 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/flac.c') diff --git a/libavcodec/flac.c b/libavcodec/flac.c index 659112c77d..a74e62c93a 100644 --- a/libavcodec/flac.c +++ b/libavcodec/flac.c @@ -33,6 +33,7 @@ #include +#define ALT_BITSTREAM_READER #include "avcodec.h" #include "bitstream.h" #include "golomb.h" -- cgit v1.2.3