[FFmpeg-cvslog] build: cosmetics: Add missing end-of-line backslashes to item lists.
Diego Biurrun
git at videolan.org
Mon May 7 23:06:26 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon May 7 12:08:58 2012 +0200| [dbe6ba55a320f5880c2b72c349be12164e6e4267] | committer: Diego Biurrun
build: cosmetics: Add missing end-of-line backslashes to item lists.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dbe6ba55a320f5880c2b72c349be12164e6e4267
---
libavcodec/Makefile | 3 ++-
libavfilter/Makefile | 2 +-
libavresample/Makefile | 4 ++--
libavresample/x86/Makefile | 4 ++--
libavutil/arm/Makefile | 2 +-
5 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ba62ffa..55767f7 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 619cef7..ae85839 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 ce3fe81..c0c20a9 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 63697fa..65bed89 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 246f73a..e600383 100644
--- a/libavutil/arm/Makefile
+++ b/libavutil/arm/Makefile
@@ -1 +1 @@
-OBJS += arm/cpu.o
+OBJS += arm/cpu.o \
More information about the ffmpeg-cvslog
mailing list