[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec opt.c,1.4,1.5

Michael Niedermayer CVS michael
Sun Sep 11 16:39:35 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv8843

Modified Files:
	opt.c 
Log Message:
missing include noticed by g0th


Index: opt.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/opt.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- opt.c	11 Sep 2005 14:22:42 -0000	1.4
+++ opt.c	11 Sep 2005 14:39:33 -0000	1.5
@@ -24,6 +24,7 @@
  * @author Michael Niedermayer <michaelni at gmx.at>
  */
  
+#include <stdio.h> //for FILE *
 #include "avcodec.h"
  
 static double av_parse_num(const char *name, char **tail){





More information about the ffmpeg-cvslog mailing list