Do not use full include path for headers in the same directory.
authorDiego Biurrun <diego@biurrun.de>
Sun, 21 Dec 2008 23:56:55 +0000 (23:56 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 21 Dec 2008 23:56:55 +0000 (23:56 +0000)
Originally committed as revision 16260 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/i386/idct_sse2_xvid.c

index be4f2115e25df7a38811e3641f8523fa928d9c2f..d8711a2ee22f1c1ed6efd6a20216caf3ffe5d1e9 100644 (file)
@@ -39,7 +39,7 @@
  */
 
 #include "libavcodec/dsputil.h"
-#include "libavcodec/i386/idct_xvid.h"
+#include "idct_xvid.h"
 
 /*!
  * @file idct_sse2_xvid.c