Browse Source

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
tags/v0.6
Jai Menon 16 years ago
parent
commit
7817ddabc8
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavcodec/svq3.c

+ 0
- 4
libavcodec/svq3.c View File

@@ -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


Loading…
Cancel
Save