[FFmpeg-cvslog] r16260 - trunk/libavcodec/i386/idct_sse2_xvid.c

diego subversion
Mon Dec 22 00:56:55 CET 2008


Author: diego
Date: Mon Dec 22 00:56:55 2008
New Revision: 16260

Log:
Do not use full include path for headers in the same directory.


Modified:
   trunk/libavcodec/i386/idct_sse2_xvid.c

Modified: trunk/libavcodec/i386/idct_sse2_xvid.c
==============================================================================
--- trunk/libavcodec/i386/idct_sse2_xvid.c	(original)
+++ trunk/libavcodec/i386/idct_sse2_xvid.c	Mon Dec 22 00:56:55 2008
@@ -39,7 +39,7 @@
  */
 
 #include "libavcodec/dsputil.h"
-#include "libavcodec/i386/idct_xvid.h"
+#include "idct_xvid.h"
 
 /*!
  * @file idct_sse2_xvid.c




More information about the ffmpeg-cvslog mailing list