forked from FFmpeg/FFmpeg
Add missing required header directly.
Originally committed as revision 13103 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
20cd685ae8
commit
a12b44d7fb
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#ifndef FFMPEG_VP3DSP_MMX_H
|
||||
#define FFMPEG_VP3DSP_MMX_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "libavcodec/dsputil.h"
|
||||
|
||||
void ff_vp3_idct_mmx(int16_t *data);
|
||||
|
|
Loading…
Add table
Reference in a new issue