X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faacps_fixed_tablegen.h;h=8fb1da5076ac0965ed232c64b18d0492d7c4c464;hb=1ab74bc19354aedfb9afe71515952254753a75cc;hp=8b82deb59672e6564949a71c27bcd28dd7bf4812;hpb=8822e2b9543bb02fb2889dff627b6db023053253;p=ffmpeg diff --git a/libavcodec/aacps_fixed_tablegen.h b/libavcodec/aacps_fixed_tablegen.h index 8b82deb5967..8fb1da5076a 100644 --- a/libavcodec/aacps_fixed_tablegen.h +++ b/libavcodec/aacps_fixed_tablegen.h @@ -36,7 +36,12 @@ #else #include "libavutil/common.h" #include "libavutil/mathematics.h" -#include "libavutil/mem.h" +#ifdef BUILD_TABLES +#undef DECLARE_ALIGNED +#define DECLARE_ALIGNED(align, type, variable) type variable +#else +#include "libavutil/mem_internal.h" +#endif #include "aac_defines.h" #include "libavutil/softfloat.h"