diff options
Diffstat (limited to 'libavresample')
-rw-r--r-- | libavresample/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavresample/x86/Makefile b/libavresample/x86/Makefile index 0ca2d79..55b709c 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 \ +X86ASM-OBJS += x86/audio_convert.o \ x86/audio_mix.o \ x86/dither.o \ |