diff h264.c @ 10929:b847f02d5b03 libavcodec

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