1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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)