mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
1f6d86991f
This allows detecting CPU features with builds that have neither gcc inline assembly nor the right compiler intrinsics enabled.
6 lines
297 B
Makefile
6 lines
297 B
Makefile
OBJS += x86/cpu.o \
|
|
x86/float_dsp_init.o \
|
|
|
|
YASM-OBJS += x86/cpuid.o \
|
|
x86/float_dsp.o \
|