summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
diff options
context:
space:
mode:
authorJai Menon <jmenon86@gmail.com>2010-01-19 03:16:48 +0000
committerJai Menon <jmenon86@gmail.com>2010-01-19 03:16:48 +0000
commit7817ddabc8ccb417c293c3c788dcbc6b225840b4 (patch)
tree90a8ede203309a59dfb55d2e3929f1567193b1fa /libavcodec/svq3.c
parentc2894fbf1c15e3f8d33279948758ee830b5c9267 (diff)
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
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r--libavcodec/svq3.c4
1 files changed, 0 insertions, 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 <zlib.h>
#endif