Commit 20cd685a authored by Diego Biurrun's avatar Diego Biurrun

Add missing path to #include.

Originally committed as revision 13102 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 223d678a
......@@ -22,7 +22,7 @@
#ifndef FFMPEG_VP3DSP_MMX_H
#define FFMPEG_VP3DSP_MMX_H
#include "dsputil.h"
#include "libavcodec/dsputil.h"
void ff_vp3_idct_mmx(int16_t *data);
void ff_vp3_idct_put_mmx(uint8_t *dest, int line_size, DCTELEM *block);
......
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