# HG changeset patch # User diego # Date 1210343635 0 # Node ID 02784df73762daac50a6d27a95f06ed14f37b662 # Parent 7829c158c1c42634b4e79a8a303af4740a57ac74 Add missing path to #include. diff -r 7829c158c1c4 -r 02784df73762 i386/vp3dsp_mmx.h --- 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);