summaryrefslogtreecommitdiff
path: root/libavcodec/i386
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-21 23:56:55 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-21 23:56:55 +0000
commitc4ff7c53e0135c3e0e65506f2ec95e1eeac6f069 (patch)
treed0037c731b173a3ac91156dea821903acaa8207b /libavcodec/i386
parentc96bd21227e594856f8fd0610fd213b002056383 (diff)
Do not use full include path for headers in the same directory.
Originally committed as revision 16260 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r--libavcodec/i386/idct_sse2_xvid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/idct_sse2_xvid.c b/libavcodec/i386/idct_sse2_xvid.c
index be4f2115e2..d8711a2ee2 100644
--- a/libavcodec/i386/idct_sse2_xvid.c
+++ b/libavcodec/i386/idct_sse2_xvid.c
@@ -39,7 +39,7 @@
*/
#include "libavcodec/dsputil.h"
-#include "libavcodec/i386/idct_xvid.h"
+#include "idct_xvid.h"
/*!
* @file idct_sse2_xvid.c