From 7817ddabc8ccb417c293c3c788dcbc6b225840b4 Mon Sep 17 00:00:00 2001 From: Jai Menon Date: Tue, 19 Jan 2010 03:16:48 +0000 Subject: [PATCH] Apply changes made in r21308 to svq3.c. Fixes compilation with gcc and -O0. Originally committed as revision 21316 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/svq3.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 87473e5fdc..5d16c3b2d3 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -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