diff options
author | Kacper Michajłow <kasper93@gmail.com> | 2025-03-31 14:02:36 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2025-06-12 14:17:37 +0300 |
commit | 43dc443446e48614323bd1f083e90ae11ea66827 (patch) | |
tree | ae3b68d077fba54486b12b6e5d9ec2e290850456 /libavformat/internal.h | |
parent | f019dd69f0f5ecd89add139784cf37148af56bd0 (diff) | |
download | ffmpeg-43dc443446e48614323bd1f083e90ae11ea66827.tar.gz |
avutil/intmath: use AV_HAS_BUILTIN to detect builtin availability
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 <kasper93@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/internal.h')
0 files changed, 0 insertions, 0 deletions