From: Diego Biurrun Date: Sun, 21 Dec 2008 23:56:55 +0000 (+0000) Subject: Do not use full include path for headers in the same directory. X-Git-Tag: v0.5~1531 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4ff7c53e0135c3e0e65506f2ec95e1eeac6f069;p=platform%2Fupstream%2Flibav.git Do not use full include path for headers in the same directory. Originally committed as revision 16260 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/i386/idct_sse2_xvid.c b/libavcodec/i386/idct_sse2_xvid.c index be4f2115e..d8711a2ee 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