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
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')
-rw-r--r--libswscale/Makefile2
-rw-r--r--libswscale/x86/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 5e03e6fa0a..1968e55a7a 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -26,4 +26,4 @@ SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
TESTPROGS = colorspace \
pixdesc_query \
- swscale \
+ swscale
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