[FFmpeg-cvslog] r16601 - trunk/libavcodec/eatgv.c

aurel subversion
Wed Jan 14 22:34:48 CET 2009


Author: aurel
Date: Wed Jan 14 22:34:48 2009
New Revision: 16601

Log:
libavutil/lzo.h is a local header

Modified:
   trunk/libavcodec/eatgv.c

Modified: trunk/libavcodec/eatgv.c
==============================================================================
--- trunk/libavcodec/eatgv.c	Wed Jan 14 18:19:17 2009	(r16600)
+++ trunk/libavcodec/eatgv.c	Wed Jan 14 22:34:48 2009	(r16601)
@@ -31,7 +31,7 @@
 #include "avcodec.h"
 #define ALT_BITSTREAM_READER_LE
 #include "bitstream.h"
-#include <libavutil/lzo.h>
+#include "libavutil/lzo.h"
 
 #define EA_PREAMBLE_SIZE    8
 #define kVGT_TAG MKTAG('k', 'V', 'G', 'T')




More information about the ffmpeg-cvslog mailing list