diff options
author | Falk Hüffner <mellum@users.sourceforge.net> | 2002-07-10 22:06:04 +0000 |
---|---|---|
committer | Falk Hüffner <mellum@users.sourceforge.net> | 2002-07-10 22:06:04 +0000 |
commit | 5ea6f10f722b7d5c63479da591a0d3a2b21d3b2c (patch) | |
tree | ce034401a2b487151df6ae6e7d8e369e14b1ab76 | |
parent | adc09b2eab2933d1fe75f09f4f81b2d0f3d1ed1c (diff) | |
download | ffmpeg-5ea6f10f722b7d5c63479da591a0d3a2b21d3b2c.tar.gz |
Remove some cruft.
Originally committed as revision 740 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index 08f396ec34..8044880804 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -15,14 +15,6 @@ //#define LIBMPEG2_BITSTREAM_READER //#define A32_BITSTREAM_READER -#ifdef ARCH_ALPHA -#define ALT_BITSTREAM_READER -#endif - -//#define ALIGNED_BITSTREAM -#define FAST_GET_FIRST_VLC -//#define DUMP_STREAM - #ifdef HAVE_AV_CONFIG_H /* only include the following when compiling package */ #include "config.h" |