[Ffmpeg-cvslog] r6327 - trunk/libavcodec/eval.c

takis subversion
Sun Sep 24 12:53:55 CEST 2006


Author: takis
Date: Sun Sep 24 12:53:54 2006
New Revision: 6327

Modified:
   trunk/libavcodec/eval.c

Log:
Missing extern declaration for av_strtod.


Modified: trunk/libavcodec/eval.c
==============================================================================
--- trunk/libavcodec/eval.c	(original)
+++ trunk/libavcodec/eval.c	Sun Sep 24 12:53:54 2006
@@ -54,6 +54,8 @@
     void *opaque;
 } Parser;
 
+extern double av_strtod(const char *name, char **tail);
+
 static double evalExpression(Parser *p);
 
 static int strmatch(const char *s, const char *prefix){




More information about the ffmpeg-cvslog mailing list