Browse Source

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

tags/n0.11
Diego Biurrun 13 years ago
parent
commit
dbe6ba55a3
5 changed files with 8 additions and 7 deletions
  1. +2
    -1
      libavcodec/Makefile
  2. +1
    -1
      libavfilter/Makefile
  3. +2
    -2
      libavresample/Makefile
  4. +2
    -2
      libavresample/x86/Makefile
  5. +1
    -1
      libavutil/arm/Makefile

+ 2
- 1
libavcodec/Makefile View File

@@ -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


+ 1
- 1
libavfilter/Makefile View File

@@ -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



+ 2
- 2
libavresample/Makefile View File

@@ -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

+ 2
- 2
libavresample/x86/Makefile View File

@@ -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 \

+ 1
- 1
libavutil/arm/Makefile View File

@@ -1 +1 @@
OBJS += arm/cpu.o
OBJS += arm/cpu.o \

Loading…
Cancel
Save