[FFmpeg-cvslog] r23734 - trunk/libavformat/avio.h

mstorsjo subversion
Wed Jun 23 13:26:33 CEST 2010


Author: mstorsjo
Date: Wed Jun 23 13:26:33 2010
New Revision: 23734

Log:
Add all required includes to avio.h

Modified:
   trunk/libavformat/avio.h

Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h	Wed Jun 23 04:13:54 2010	(r23733)
+++ trunk/libavformat/avio.h	Wed Jun 23 13:26:33 2010	(r23734)
@@ -31,6 +31,7 @@
 #include <stdint.h>
 
 #include "libavutil/common.h"
+#include "libavutil/log.h"
 
 /* unbuffered I/O */
 



More information about the ffmpeg-cvslog mailing list