Diego Biurrun <[email protected]> writes: > diff --git a/libavcodec/aac_tablegen.h b/libavcodec/aac_tablegen.h > index 4486e1a..ab1bdb3 100644 > --- a/libavcodec/aac_tablegen.h > +++ b/libavcodec/aac_tablegen.h > @@ -26,10 +26,10 @@ > #include "aac_tablegen_decl.h" > > #if CONFIG_HARDCODED_TABLES > -#include "libavcodec/aac_tables.h" > +#include "aac_tables.h" > #else > #include "libavutil/mathematics.h" > -#include "libavcodec/aac.h" > +#include "aac.h" > float ff_aac_pow2sf_tab[428];
This and others like it will not work with hardcoded tables. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
