Commit dbe6ba55 authored by Diego Biurrun's avatar Diego Biurrun

build: cosmetics: Add missing end-of-line backslashes to item lists.

parent 9eb83a56
...@@ -696,7 +696,8 @@ SKIPHEADERS += %_tablegen.h \ ...@@ -696,7 +696,8 @@ SKIPHEADERS += %_tablegen.h \
aac_tablegen_decl.h \ aac_tablegen_decl.h \
fft-internal.h \ fft-internal.h \
tableprint.h \ tableprint.h \
$(ARCH)/vp56_arith.h $(ARCH)/vp56_arith.h \
SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h
SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h
......
...@@ -16,7 +16,7 @@ OBJS = allfilters.o \ ...@@ -16,7 +16,7 @@ OBJS = allfilters.o \
formats.o \ formats.o \
graphparser.o \ graphparser.o \
vf_scale.o \ vf_scale.o \
vsrc_buffer.o vsrc_buffer.o \
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
......
...@@ -2,7 +2,7 @@ NAME = avresample ...@@ -2,7 +2,7 @@ NAME = avresample
FFLIBS = avutil FFLIBS = avutil
HEADERS = avresample.h \ HEADERS = avresample.h \
version.h version.h \
OBJS = audio_convert.o \ OBJS = audio_convert.o \
audio_data.o \ audio_data.o \
...@@ -10,6 +10,6 @@ OBJS = audio_convert.o \ ...@@ -10,6 +10,6 @@ OBJS = audio_convert.o \
audio_mix_matrix.o \ audio_mix_matrix.o \
options.o \ options.o \
resample.o \ resample.o \
utils.o utils.o \
TESTPROGS = avresample TESTPROGS = avresample
OBJS += x86/audio_convert_init.o \ OBJS += x86/audio_convert_init.o \
x86/audio_mix_init.o x86/audio_mix_init.o \
YASM-OBJS += x86/audio_convert.o \ YASM-OBJS += x86/audio_convert.o \
x86/audio_mix.o x86/audio_mix.o \
OBJS += arm/cpu.o OBJS += arm/cpu.o \
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment