1
0
Fork 0

build: remove slashes from the last lines of x86 build files

This unbreaks compilation in mingw with CRLF line endings
This commit is contained in:
Hendrik Leppkes 2021-02-26 08:50:14 +01:00
parent f536070d4d
commit 0a43301e95
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5
3 changed files with 3 additions and 3 deletions

View File

@ -18,4 +18,4 @@ X86ASM-OBJS += x86/cpuid.o \
x86/lls.o \
x86/tx_float.o \
X86ASM-OBJS-$(CONFIG_PIXELUTILS) += x86/pixelutils.o \
X86ASM-OBJS-$(CONFIG_PIXELUTILS) += x86/pixelutils.o

View File

@ -31,4 +31,4 @@ SHLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
TESTPROGS = colorspace \
floatimg_cmp \
pixdesc_query \
swscale \
swscale

View File

@ -14,4 +14,4 @@ X86ASM-OBJS += x86/input.o \
x86/scale_avx2.o \
x86/rgb_2_rgb.o \
x86/yuv_2_rgb.o \
x86/yuv2yuvX.o \
x86/yuv2yuvX.o