Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
dbe6ba55
Commit
dbe6ba55
authored
May 07, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: cosmetics: Add missing end-of-line backslashes to item lists.
parent
9eb83a56
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
7 deletions
+8
-7
Makefile
libavcodec/Makefile
+2
-1
Makefile
libavfilter/Makefile
+1
-1
Makefile
libavresample/Makefile
+2
-2
Makefile
libavresample/x86/Makefile
+2
-2
Makefile
libavutil/arm/Makefile
+1
-1
No files found.
libavcodec/Makefile
View file @
dbe6ba55
...
...
@@ -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
...
...
libavfilter/Makefile
View file @
dbe6ba55
...
...
@@ -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
...
...
libavresample/Makefile
View file @
dbe6ba55
...
...
@@ -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
libavresample/x86/Makefile
View file @
dbe6ba55
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
\
libavutil/arm/Makefile
View file @
dbe6ba55
OBJS
+=
arm/cpu.o
OBJS
+=
arm/cpu.o
\
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment