Commit acbcf108 authored by diego's avatar diego

Add missing required header directly.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13103 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent abcf2c12
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment