diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-18 23:41:12 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-18 23:41:12 +0000 |
commit | 2b3649f656d68924bd9616d61bd252e7eb64bfec (patch) | |
tree | 8866c2aaa9b4f7377d8bbaf327243352a75f28c1 /libavcodec/h264_direct.c | |
parent | 7a93858a6d976cd0b1ace8686251a5f8dd6c7bac (diff) | |
download | ffmpeg-2b3649f656d68924bd9616d61bd252e7eb64bfec.tar.gz |
Fix compilation with -O0.
Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264_direct.c')
-rw-r--r-- | libavcodec/h264_direct.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c index 6b656b1f79..24396bf901 100644 --- a/libavcodec/h264_direct.c +++ b/libavcodec/h264_direct.c @@ -33,10 +33,6 @@ #include "h264_mvpred.h" #include "rectangle.h" -#if ARCH_X86 -#include "x86/h264_i386.h" -#endif - //#undef NDEBUG #include <assert.h> |