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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-04-15 14:42:55 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2017-08-04 20:12:11 +0300
commit43e43fd46e9748b9c75a53eab3513156d40a79a3 (patch)
tree183c54669e8f2a8ca00bf63cfe01a7e48ba03b15 /libswscale/x86
parent4e305b8e5425ffe5b3d3c302a937e1c1baca1c12 (diff)
build: remove slashes from the last lines of x86 build files
This unbreaks compilation in mingw with CRLF line endings
Diffstat (limited to 'libswscale/x86')
-rw-r--r--libswscale/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
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