Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-10-08 17:18:33 +0300
committerDiego Biurrun <diego@biurrun.de>2017-03-01 12:18:15 +0300
commit39e208f4d4756367c7cd2d581847e0c1b8a429c1 (patch)
tree6c3b1695b47827dc2224fdf75b0c0be781579847 /libavresample
parentd1d6230ea3dd2c34bcd121f958706f3177f8d8c5 (diff)
build: Generalize yasm/nasm-related variable names
None of them are specific to the YASM assembler.
Diffstat (limited to 'libavresample')
-rw-r--r--libavresample/x86/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavresample/x86/Makefile b/libavresample/x86/Makefile
index 0ca2d79045..2faf87fb82 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 \