# HG changeset patch # User jai_menon # Date 1263871008 0 # Node ID fb2dcafa2db32451d823e5c599db74a4a5655fea # Parent 9b31065f013df021ca024e40b9c47d57625d0809 Apply changes made in r21308 to svq3.c. Fixes compilation with gcc and -O0. diff -r 9b31065f013d -r fb2dcafa2db3 svq3.c --- a/svq3.c Tue Jan 19 03:14:45 2010 +0000 +++ b/svq3.c Tue Jan 19 03:16:48 2010 +0000 @@ -52,10 +52,6 @@ #include "rectangle.h" #include "vdpau_internal.h" -#if ARCH_X86 -#include "x86/h264_i386.h" -#endif - #if CONFIG_ZLIB #include #endif