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:
parent
9be50e3922
commit
3fe5ae2b3a
@ -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…
Reference in New Issue
Block a user