On Mon, 31 Mar 2025, Kacper Michajłow wrote:
Fixes use of bultins on clang x86_64-pc-windows-msvc which does not
define any __GNUC__. Also on other targets __GNUC__ is defined to 4 by
default, so any feature testing based on version is not really valid.
Signed-off-by: Kacper Michajłow <kaspe...@gmail.com>
---
libavutil/intmath.h | 12 +++++-------
libavutil/x86/intmath.h | 4 ++--
2 files changed, 7 insertions(+), 9 deletions(-)
LGTM, will push.
// Martin
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".