diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2009-03-03 02:53:11 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2009-03-03 02:53:11 +0000 |
commit | 505cc62f75c6a0b620eb8bf41fc6f72fba173bc9 (patch) | |
tree | 6327fa3c2eb0dcb66780da32e05ed401d0820432 | |
parent | 9de6e090a7ec5ef37fceae78796c8cf2e1146e85 (diff) | |
download | ffmpeg-505cc62f75c6a0b620eb8bf41fc6f72fba173bc9.tar.gz |
flacdec: ALT_BITSTREAM_READER is no longer required.
Originally committed as revision 17742 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/flacdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <limits.h> -#define ALT_BITSTREAM_READER #include "libavutil/crc.h" #include "avcodec.h" #include "bitstream.h" |