# HG changeset patch # User diego # Date 1229903815 0 # Node ID 9ea0742666b9b2065fca763b912dddb2768ab117 # Parent 2b0d01be134f2068a7e45c99643318bbe68b740c Do not use full include path for headers in the same directory. diff -r 2b0d01be134f -r 9ea0742666b9 i386/idct_sse2_xvid.c --- a/i386/idct_sse2_xvid.c Sun Dec 21 23:50:16 2008 +0000 +++ b/i386/idct_sse2_xvid.c Sun Dec 21 23:56:55 2008 +0000 @@ -39,7 +39,7 @@ */ #include "libavcodec/dsputil.h" -#include "libavcodec/i386/idct_xvid.h" +#include "idct_xvid.h" /*! * @file idct_sse2_xvid.c