Fix compilation with -O0.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Jan 2010 23:41:12 +0000 (23:41 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Jan 2010 23:41:12 +0000 (23:41 +0000)
Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c
libavcodec/h264_cavlc.c
libavcodec/h264_direct.c
libavcodec/h264_loopfilter.c

index 63fe549..a469306 100644 (file)
@@ -39,9 +39,6 @@
 #include "vdpau_internal.h"
 
 #include "cabac.h"
-#if ARCH_X86
-#include "x86/h264_i386.h"
-#endif
 
 //#undef NDEBUG
 #include <assert.h>
index 86ee926..e71ded1 100644 (file)
 #include "h264_mvpred.h"
 #include "golomb.h"
 
-#if ARCH_X86
-#include "x86/h264_i386.h"
-#endif
-
 //#undef NDEBUG
 #include <assert.h>
 
index 6b656b1..24396bf 100644 (file)
 #include "h264_mvpred.h"
 #include "rectangle.h"
 
-#if ARCH_X86
-#include "x86/h264_i386.h"
-#endif
-
 //#undef NDEBUG
 #include <assert.h>
 
index fb52197..2ae3fd9 100644 (file)
 #include "mathops.h"
 #include "rectangle.h"
 
-#if ARCH_X86
-#include "x86/h264_i386.h"
-#endif
-
 //#undef NDEBUG
 #include <assert.h>