On Thu, May 12, 2016 at 01:44:17AM -0300, James Almer wrote: > On 5/11/2016 7:48 AM, Diego Biurrun wrote: > > --- a/libavutil/blowfish-test.c > > +++ b/libavutil/blowfish-test.c > > @@ -16,13 +16,12 @@ > > > > -#include <stdint.h> > > +#include "blowfish.c" > > + > > #include <stdio.h> > > #include <stdlib.h> > > #include <string.h> > > > > -#include "blowfish.h" > > - > > #define NUM_VARIABLE_KEY_TESTS 34 > > > > --- a/libavutil/xtea-test.c > > +++ b/libavutil/xtea-test.c > > @@ -16,14 +16,12 @@ > > > > -#include <stdint.h> > > +#include "xtea.c" > > + > > #include <stdio.h> > > #include <stdlib.h> > > #include <string.h> > > > > -#include "intreadwrite.h" > > -#include "xtea.h" > > - > > Why not just change the tests to use the corresponding alloc() functions > instead?
Sounds like a good idea; will look into it. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
