Browse Source

Missing extern declaration for av_strtod.

Originally committed as revision 6327 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris 19 years ago
parent
commit
97a9195feb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/eval.c

+ 2
- 0
libavcodec/eval.c View File

@@ -54,6 +54,8 @@ typedef struct Parser{
void *opaque; void *opaque;
} Parser; } Parser;


extern double av_strtod(const char *name, char **tail);

static double evalExpression(Parser *p); static double evalExpression(Parser *p);


static int strmatch(const char *s, const char *prefix){ static int strmatch(const char *s, const char *prefix){


Loading…
Cancel
Save