mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 17:55:21 +00:00
f4facd2ce7
This provides a fallback when building with Yasm enabled, but neither inline assembly, nor the _mm_empty intrinsic are available or enabled. Signed-off-by: Diego Biurrun <diego@biurrun.de>
7 lines
371 B
Makefile
7 lines
371 B
Makefile
OBJS += x86/cpu.o \
|
|
x86/float_dsp_init.o \
|
|
|
|
YASM-OBJS += x86/cpuid.o \
|
|
x86/emms.o \
|
|
x86/float_dsp.o \
|