mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-20 06:11:04 +00:00
39e208f4d4
None of them are specific to the YASM assembler.
11 lines
667 B
Makefile
11 lines
667 B
Makefile
OBJS += x86/cpu.o \
|
|
x86/float_dsp_init.o \
|
|
x86/imgutils_init.o \
|
|
x86/lls_init.o \
|
|
|
|
X86ASM-OBJS += x86/cpuid.o \
|
|
x86/emms.o \
|
|
x86/float_dsp.o \
|
|
x86/imgutils.o \
|
|
x86/lls.o \
|