diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-21 23:56:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-21 23:56:55 +0000 |
commit | c4ff7c53e0135c3e0e65506f2ec95e1eeac6f069 (patch) | |
tree | d0037c731b173a3ac91156dea821903acaa8207b /libavcodec | |
parent | c96bd21227e594856f8fd0610fd213b002056383 (diff) | |
download | ffmpeg-c4ff7c53e0135c3e0e65506f2ec95e1eeac6f069.tar.gz |
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')
-rw-r--r-- | libavcodec/i386/idct_sse2_xvid.c | 2 |
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 |