changeset 10935:fb2dcafa2db3 libavcodec

Apply changes made in r21308 to svq3.c. Fixes compilation with gcc and -O0.
author jai_menon
date Tue, 19 Jan 2010 03:16:48 +0000
parents 9b31065f013d
children b2ea6b0d17bf
files svq3.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <zlib.h>
 #endif