mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-09 19:30:19 +00:00
This allows detecting CPU features with builds that have neither gcc inline assembly nor the right compiler intrinsics enabled.
5 lines
297 B
Makefile
5 lines
297 B
Makefile
OBJS += x86/cpu.o \
|
|
x86/float_dsp_init.o \
|
|
|
|
YASM-OBJS += x86/cpuid.o \
|
|
x86/float_dsp.o \
|