changeset 3756:9813c594dac5 libavcodec

Missing extern declaration for av_strtod.
author takis
date Sun, 24 Sep 2006 10:53:54 +0000
parents 882cf925ff7a
children 271eca88821b
files eval.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/eval.c	Sun Sep 24 10:41:25 2006 +0000
+++ b/eval.c	Sun Sep 24 10:53:54 2006 +0000
@@ -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){