Re: [FFmpeg-devel] [PATCH 4/4] avutil/common: Move everything inside inclusion guards

2021-02-08 Thread Andreas Rheinhardt
Andreas Rheinhardt: > libavutil/common.h is a public header that provides generic math > functions whereas libavutil/intmath.h is a private header that contains > plattform-specific optimized versions of said math functions. common.h > includes intmath.h (when building the FFmpeg libraries) so that

[FFmpeg-devel] [PATCH 4/4] avutil/common: Move everything inside inclusion guards

2021-02-04 Thread Andreas Rheinhardt
libavutil/common.h is a public header that provides generic math functions whereas libavutil/intmath.h is a private header that contains plattform-specific optimized versions of said math functions. common.h includes intmath.h (when building the FFmpeg libraries) so that the optimized versions are