summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-05-07 12:08:58 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-07 14:17:40 +0200
commitdbe6ba55a320f5880c2b72c349be12164e6e4267 (patch)
tree1500128f0226e487f22ce8ae227b2629a9876cd8
parent9eb83a56aad355608ff8ae57648ddcf76e218798 (diff)
build: cosmetics: Add missing end-of-line backslashes to item lists.
-rw-r--r--libavcodec/Makefile3
-rw-r--r--libavfilter/Makefile2
-rw-r--r--libavresample/Makefile4
-rw-r--r--libavresample/x86/Makefile4
-rw-r--r--libavutil/arm/Makefile2
5 files changed, 8 insertions, 7 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ba62ffa145..55767f7c39 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -696,7 +696,8 @@ SKIPHEADERS += %_tablegen.h \
aac_tablegen_decl.h \
fft-internal.h \
tableprint.h \
- $(ARCH)/vp56_arith.h
+ $(ARCH)/vp56_arith.h \
+
SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h
SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 619cef7445..ae858397df 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -16,7 +16,7 @@ OBJS = allfilters.o \
formats.o \
graphparser.o \
vf_scale.o \
- vsrc_buffer.o
+ vsrc_buffer.o \
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
diff --git a/libavresample/Makefile b/libavresample/Makefile
index ce3fe81953..c0c20a900a 100644
--- a/libavresample/Makefile
+++ b/libavresample/Makefile
@@ -2,7 +2,7 @@ NAME = avresample
FFLIBS = avutil
HEADERS = avresample.h \
- version.h
+ version.h \
OBJS = audio_convert.o \
audio_data.o \
@@ -10,6 +10,6 @@ OBJS = audio_convert.o \
audio_mix_matrix.o \
options.o \
resample.o \
- utils.o
+ utils.o \
TESTPROGS = avresample
diff --git a/libavresample/x86/Makefile b/libavresample/x86/Makefile
index 63697faee7..65bed899ba 100644
--- a/libavresample/x86/Makefile
+++ b/libavresample/x86/Makefile
@@ -1,5 +1,5 @@
OBJS += x86/audio_convert_init.o \
- x86/audio_mix_init.o
+ x86/audio_mix_init.o \
YASM-OBJS += x86/audio_convert.o \
- x86/audio_mix.o
+ x86/audio_mix.o \
diff --git a/libavutil/arm/Makefile b/libavutil/arm/Makefile
index 246f73a8ac..e600383b9c 100644
--- a/libavutil/arm/Makefile
+++ b/libavutil/arm/Makefile
@@ -1 +1 @@
-OBJS += arm/cpu.o
+OBJS += arm/cpu.o \