From 505cc62f75c6a0b620eb8bf41fc6f72fba173bc9 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 3 Mar 2009 02:53:11 +0000 Subject: [PATCH] flacdec: ALT_BITSTREAM_READER is no longer required. Originally committed as revision 17742 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flacdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c index 0361394955..04cb54d1ce 100644 --- a/libavcodec/flacdec.c +++ b/libavcodec/flacdec.c @@ -35,7 +35,6 @@ #include -#define ALT_BITSTREAM_READER #include "libavutil/crc.h" #include "avcodec.h" #include "bitstream.h"