comparison svq3.c @ 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 e3f5eb016712
children b37a53d101c3
comparison
equal deleted inserted replaced
10934:9b31065f013d 10935:fb2dcafa2db3
50 #include "h264_mvpred.h" 50 #include "h264_mvpred.h"
51 #include "golomb.h" 51 #include "golomb.h"
52 #include "rectangle.h" 52 #include "rectangle.h"
53 #include "vdpau_internal.h" 53 #include "vdpau_internal.h"
54 54
55 #if ARCH_X86
56 #include "x86/h264_i386.h"
57 #endif
58
59 #if CONFIG_ZLIB 55 #if CONFIG_ZLIB
60 #include <zlib.h> 56 #include <zlib.h>
61 #endif 57 #endif
62 58
63 #include "svq1.h" 59 #include "svq1.h"