Commit 3fe5ae2b authored by Diego Biurrun's avatar Diego Biurrun

Remove useless #ifdef around #include.

Originally committed as revision 15329 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9be50e39
......@@ -31,9 +31,7 @@
//#undef NDEBUG
#include <assert.h>
#ifdef ARCH_X86
#include "libavutil/x86_cpu.h"
#endif
#define CABAC_BITS 16
#define CABAC_MASK ((1<<CABAC_BITS)-1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment