# HG changeset patch # User jbr # Date 1236048791 0 # Node ID 99ac7c42461f30914d54d15a4977e6a8383b464d # Parent 152bee4c0722656bf260aa5755ccc17055b53678 flacdec: ALT_BITSTREAM_READER is no longer required. diff -r 152bee4c0722 -r 99ac7c42461f flacdec.c --- a/flacdec.c Tue Mar 03 02:19:01 2009 +0000 +++ b/flacdec.c Tue Mar 03 02:53:11 2009 +0000 @@ -35,7 +35,6 @@ #include -#define ALT_BITSTREAM_READER #include "libavutil/crc.h" #include "avcodec.h" #include "bitstream.h"