[FFmpeg-devel] [RFC] disentangling libavutil headers
Diego Biurrun
diego
Sat Jan 24 15:59:16 CET 2009
On Fri, Jan 23, 2009 at 11:33:19PM +0100, Aurelien Jacobs wrote:
> Diego Biurrun wrote:
>
> > --- libavutil/mathematics.c (revision 16729)
> > +++ libavutil/mathematics.c (working copy)
> > @@ -23,6 +23,7 @@
> >
> > +#include <assert.h>
> > #include "common.h"
> > #include "mathematics.h"
>
> Unrelated, so should probably be applied separately.
> Anyway, it looks OK.
>
> > --- libavutil/tree.c (revision 16729)
> > +++ libavutil/tree.c (working copy)
> > @@ -18,8 +18,8 @@
> >
> > -#include "common.h"
> > #include "log.h"
> > +#include "mem.h"
> > #include "tree.h"
>
> All the similar changes are probably OK and could be applied
> independently.
>
> > --- libavutil/rational.c (revision 16729)
> > +++ libavutil/rational.c (working copy)
> > @@ -25,6 +25,7 @@
> >
> > +#include <assert.h>
> > //#include <math.h>
> > #include <limits.h>
>
> Same as above.
All applied.
Diego
More information about the ffmpeg-devel
mailing list