[Ffmpeg-cvslog] r6352 - trunk/libavcodec/eval.c

Panagiotis Issaris takis.issaris
Wed Sep 27 14:45:45 CEST 2006


Hi,

Op woensdag 27 september 2006 14:38, schreef Michael Niedermayer:

> > -#if LIBAVCODEC_VERSION_INT < ((51<<16)+(16<<8)+0)
> > +#if LIBAVCODEC_VERSION_INT < ((51<<16)+(17<<8)+0)
> 
> its the 51 which must increase for compatibility breaking changes (=function
> removial)
Sorry about this...

Like this?
 
--- libavcodec/eval.c   (revision 6352)
+++ libavcodec/eval.c   (working copy)
@@ -206,7 +206,7 @@
     return evalExpression(&p);
 }

-#if LIBAVCODEC_VERSION_INT < ((51<<16)+(17<<8)+0)
+#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
 attribute_deprecated double ff_eval(char *s, double *const_value, const char **const_name,
                double (**func1)(void *, double), const char **func1_name,
                double (**func2)(void *, double, double), char **func2_name,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pi-20060927T144312-ffmpeg-remove_ffeval_condition.diff
Type: text/x-diff
Size: 570 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20060927/61cbd86b/attachment.diff>



More information about the ffmpeg-cvslog mailing list