mirror of https://github.com/FFmpeg/FFmpeg.git
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> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| aes.asm | ||
| aes_init.c | ||
| asm.h | ||
| bswap.h | ||
| cpu.c | ||
| cpu.h | ||
| cpuid.asm | ||
| emms.asm | ||
| fixed_dsp.asm | ||
| fixed_dsp_init.c | ||
| float_dsp.asm | ||
| float_dsp_init.c | ||
| imgutils.asm | ||
| imgutils_init.c | ||
| intmath.h | ||
| intreadwrite.h | ||
| lls.asm | ||
| lls_init.c | ||
| pixelutils.asm | ||
| pixelutils.h | ||
| pixelutils_init.c | ||
| timer.h | ||
| tx_float.asm | ||
| tx_float_init.c | ||
| w64xmmtest.h | ||
| x86inc.asm | ||
| x86util.asm | ||