mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-13 02:34:54 +00: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 \
|