diff h264_direct.c @ 10929:b847f02d5b03 libavcodec

Fix compilation with -O0.
author michael
date Mon, 18 Jan 2010 23:41:12 +0000
parents e3f5eb016712
children e1eb8879e368
line wrap: on
line diff
--- a/h264_direct.c	Mon Jan 18 23:34:37 2010 +0000
+++ b/h264_direct.c	Mon Jan 18 23:41:12 2010 +0000
@@ -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>