Mercurial > libavcodec.hg
changeset 6765:02784df73762 libavcodec
Add missing path to #include.
author | diego |
---|---|
date | Fri, 09 May 2008 14:33:55 +0000 |
parents | 7829c158c1c4 |
children | 7d3e8f609a90 |
files | i386/vp3dsp_mmx.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/vp3dsp_mmx.h Fri May 09 14:29:37 2008 +0000 +++ b/i386/vp3dsp_mmx.h Fri May 09 14:33:55 2008 +0000 @@ -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);