[SCM] libav/experimental: Missing extern declaration for av_strtod.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:51:01 UTC 2013


The following commit has been merged in the experimental branch:
commit 97a9195feb7e7d3ed9a3cea34c06da74ab4770cb
Author: Panagiotis Issaris <takis.issaris at uhasselt.be>
Date:   Sun Sep 24 10:53:54 2006 +0000

    Missing extern declaration for av_strtod.
    
    Originally committed as revision 6327 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/eval.c b/libavcodec/eval.c
index ca17499..b763158 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){

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list