Commit 2bd51bd1 authored by diego's avatar diego

Remove useless #ifdef around #include.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15329 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b6b513e7
...@@ -31,9 +31,7 @@ ...@@ -31,9 +31,7 @@
//#undef NDEBUG //#undef NDEBUG
#include <assert.h> #include <assert.h>
#ifdef ARCH_X86
#include "libavutil/x86_cpu.h" #include "libavutil/x86_cpu.h"
#endif
#define CABAC_BITS 16 #define CABAC_BITS 16
#define CABAC_MASK ((1<<CABAC_BITS)-1) #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