projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be50e3
)
Remove useless #ifdef around #include.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 14 Sep 2008 22:18:50 +0000
(22:18 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 14 Sep 2008 22:18:50 +0000
(22:18 +0000)
Originally committed as revision 15329 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cabac.h
patch
|
blob
|
history
diff --git
a/libavcodec/cabac.h
b/libavcodec/cabac.h
index b4ce2fd6c3dee4d633cd4a4e8e868c515b85a60a..16185ee705eca799a1cbe0b8705d01d4022427a9 100644
(file)
--- a/
libavcodec/cabac.h
+++ b/
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)