diff h264_cavlc.c @ 10929:b847f02d5b03 libavcodec

Fix compilation with -O0.
author michael
date Mon, 18 Jan 2010 23:41:12 +0000
parents d7e7c2d42732
children 5a23fa01dec1
line wrap: on
line diff
--- a/h264_cavlc.c	Mon Jan 18 23:34:37 2010 +0000
+++ b/h264_cavlc.c	Mon Jan 18 23:41:12 2010 +0000
@@ -35,10 +35,6 @@
 #include "h264_mvpred.h"
 #include "golomb.h"
 
-#if ARCH_X86
-#include "x86/h264_i386.h"
-#endif
-
 //#undef NDEBUG
 #include <assert.h>