1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/libavutil/x86/Makefile
Diego Biurrun 39e208f4d4 build: Generalize yasm/nasm-related variable names
None of them are specific to the YASM assembler.
2017-03-01 10:18:15 +01:00

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 \