summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/eval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/eval.c b/libavcodec/eval.c
index ca17499f41..b763158380 100644
--- a/libavcodec/eval.c
+++ b/libavcodec/eval.c
@@ -54,6 +54,8 @@ typedef struct Parser{
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){