[FFmpeg-cvslog] r16792 - in trunk/libavutil: log.c mem.c

Diego Biurrun diego
Mon Jan 26 00:00:22 CET 2009


On Sun, Jan 25, 2009 at 02:56:07PM -0800, Mike Melanson wrote:
> Diego Biurrun wrote:
> > On Sun, Jan 25, 2009 at 11:40:43PM +0100, diego wrote:
> >> Log:
> >> C files should #include the header files of the same name.
> >>
> >> --- trunk/libavutil/mem.c	Sun Jan 25 23:23:03 2009	(r16791)
> >> +++ trunk/libavutil/mem.c	Sun Jan 25 23:40:43 2009	(r16792)
> >> @@ -33,6 +33,8 @@
> >>  #include <malloc.h>
> >>  #endif
> >>  
> >> +#include "mem.h"
> >> +
> >>  /* you can redefine av_malloc and av_free in your project to use your
> >>     memory allocator. You do not need to suppress this file because the
> >>     linker will do it automatically */
> > 
> > Argh, I committed this from the wrong tree that did not have the
> > corresponding #undefs...
> > 
> > I'm getting tired, enough for today...
> 
> Err, I agree on the importance of sleep, but all the builds are broken. 
> Are you going to revert this before going to bed?

Of course, done already...

Diego




More information about the ffmpeg-cvslog mailing list