Remove useless #ifdef around #include.

Originally committed as revision 15329 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-09-14 22:18:50 +00:00
parent 9be50e3922
commit 3fe5ae2b3a
1 changed files with 0 additions and 2 deletions

View File

@ -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)