Commit 7094e5e8 authored by takis's avatar takis

Missing extern declaration for av_strtod.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6327 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9b3f6aed
......@@ -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){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment