On Sun, Jul 03, 2011 at 06:01:33PM +0100, Mans Rullgard wrote: > This file needs stdint.h but not string.h > > Signed-off-by: Mans Rullgard <[email protected]>
OK > --- a/libavutil/md5.c > +++ b/libavutil/md5.c > @@ -30,7 +30,7 @@ > > -#include <string.h> > +#include <stdint.h> > #include "bswap.h" > #include "md5.h" Extra good karma for adding a blank line between system and local headers. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
