Remove useless #ifdef around #include.

Originally committed as revision 15329 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 9be50e3922
commit 3fe5ae2b3a
  1. 2
      libavcodec/cabac.h

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

Loading…
Cancel
Save