From 39e208f4d4756367c7cd2d581847e0c1b8a429c1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 8 Oct 2016 16:18:33 +0200 Subject: build: Generalize yasm/nasm-related variable names None of them are specific to the YASM assembler. --- libavresample/x86/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavresample') diff --git a/libavresample/x86/Makefile b/libavresample/x86/Makefile index 0ca2d79..2faf87f 100644 --- a/libavresample/x86/Makefile +++ b/libavresample/x86/Makefile @@ -4,6 +4,6 @@ OBJS += x86/audio_convert_init.o \ OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o -YASM-OBJS += x86/audio_convert.o \ - x86/audio_mix.o \ - x86/dither.o \ +X86ASM-OBJS += x86/audio_convert.o \ + x86/audio_mix.o \ + x86/dither.o \ -- cgit v1.1