On 26/10/13 09:11, Anton Khirnov wrote: > stdio.h needed for printf since 7177df90a043bd59e172843fc7cb9e767080ea12 > --- > libavcodec/fft-test.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c > index ff5a126..7e923d5 100644 > --- a/libavcodec/fft-test.c > +++ b/libavcodec/fft-test.c > @@ -37,6 +37,7 @@ > #if HAVE_UNISTD_H > #include <unistd.h> > #endif > +#include <stdio.h> > #include <stdlib.h> > #include <string.h> > >
Ok. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
