On Sat, Aug 28, 2010 at 11:17:49PM +0200, vitor wrote: > > Log: > Hopefully fix the fate-ws_snd breakage on PPC > > --- trunk/libavcodec/ws-snd1.c Sat Aug 28 23:03:13 2010 (r24958) > +++ trunk/libavcodec/ws-snd1.c Sat Aug 28 23:17:49 2010 (r24959) > @@ -19,6 +19,7 @@ > > +#include <inttypes.h> stdint.h is enough for the *int_t types. Diego