[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec opt.c,1.4,1.5
Michael Niedermayer CVS
michael
Sun Sep 11 16:39:35 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec opt.h, NONE, 1.1 opt.c, 1.3, 1.4 avcodec.h, 1.420, 1.421 utils.c, 1.152, 1.153
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/doc faq.texi,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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){
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec opt.h, NONE, 1.1 opt.c, 1.3, 1.4 avcodec.h, 1.420, 1.421 utils.c, 1.152, 1.153
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/doc faq.texi,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list