From 43e43fd46e9748b9c75a53eab3513156d40a79a3 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sun, 15 Apr 2012 12:42:55 +0200 Subject: build: remove slashes from the last lines of x86 build files This unbreaks compilation in mingw with CRLF line endings --- libswscale/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/x86') diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile index b50c7f265a..8b8faf8779 100644 --- a/libswscale/x86/Makefile +++ b/libswscale/x86/Makefile @@ -10,4 +10,4 @@ OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o X86ASM-OBJS += x86/input.o \ x86/output.o \ - x86/scale.o \ + x86/scale.o -- cgit v1.2.3