From c4ff7c53e0135c3e0e65506f2ec95e1eeac6f069 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 21 Dec 2008 23:56:55 +0000 Subject: [PATCH] Do not use full include path for headers in the same directory. Originally committed as revision 16260 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/idct_sse2_xvid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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