summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-09 14:33:55 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-09 14:33:55 +0000
commit20cd685ae8ec274f2295b524989fceb3e58a01f0 (patch)
tree9761ba916fb1773a2b8f30efdfca2bb4fe084c7f
parent223d678a3fe91f6d78ead52d28a09161e4d32755 (diff)
Add missing path to #include.
Originally committed as revision 13102 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/i386/vp3dsp_mmx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/vp3dsp_mmx.h b/libavcodec/i386/vp3dsp_mmx.h
index 7c2bc601be..3382356368 100644
--- a/libavcodec/i386/vp3dsp_mmx.h
+++ b/libavcodec/i386/vp3dsp_mmx.h
@@ -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);