Commit abcf2c12 authored by diego's avatar diego

Add missing path to #include.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13102 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a3573629
......@@ -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