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:
-rw-r--r--libavformat/Makefile2
-rw-r--r--libavresample/x86/Makefile2
-rw-r--r--libavutil/x86/Makefile2
-rw-r--r--libswscale/Makefile2
-rw-r--r--libswscale/x86/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index b0ef82cdd4..e8130af483 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -612,4 +612,4 @@ TOOLS = aviocat \
pktdumper \
probetest \
seek_print \
- sidxindex \
+ sidxindex
diff --git a/libavresample/x86/Makefile b/libavresample/x86/Makefile
index 55b709ce36..7d6c4b45ee 100644
--- a/libavresample/x86/Makefile
+++ b/libavresample/x86/Makefile
@@ -6,4 +6,4 @@ OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
X86ASM-OBJS += x86/audio_convert.o \
x86/audio_mix.o \
- x86/dither.o \
+ x86/dither.o
diff --git a/libavutil/x86/Makefile b/libavutil/x86/Makefile
index 5f5242b5bd..5816e9a77f 100644
--- a/libavutil/x86/Makefile
+++ b/libavutil/x86/Makefile
@@ -15,4 +15,4 @@ X86ASM-OBJS += x86/cpuid.o \
x86/imgutils.o \
x86/lls.o \
-X86ASM-OBJS-$(CONFIG_PIXELUTILS) += x86/pixelutils.o \
+X86ASM-OBJS-$(CONFIG_PIXELUTILS) += x86/pixelutils.o
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