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
85d805d5
Commit
85d805d5
authored
Jun 20, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Add missing object files for webm muxer
parent
03391b54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
libavformat/Makefile
+3
-2
No files found.
libavformat/Makefile
View file @
85d805d5
...
@@ -344,8 +344,9 @@ OBJS-$(CONFIG_WAV_DEMUXER) += wavdec.o pcm.o
...
@@ -344,8 +344,9 @@ OBJS-$(CONFIG_WAV_DEMUXER) += wavdec.o pcm.o
OBJS-$(CONFIG_WAV_MUXER)
+=
wavenc.o
OBJS-$(CONFIG_WAV_MUXER)
+=
wavenc.o
OBJS-$(CONFIG_WC3_DEMUXER)
+=
wc3movie.o
OBJS-$(CONFIG_WC3_DEMUXER)
+=
wc3movie.o
OBJS-$(CONFIG_WEBM_MUXER)
+=
matroskaenc.o
matroska.o
\
OBJS-$(CONFIG_WEBM_MUXER)
+=
matroskaenc.o
matroska.o
\
isom.o
avc.o
\
isom.o
avc.o
hevc.o
\
flacenc_header.o
avlanguage.o
wv.o
flacenc_header.o
avlanguage.o
\
wv.o
vorbiscomment.o
OBJS-$(CONFIG_WSAUD_DEMUXER)
+=
westwood_aud.o
OBJS-$(CONFIG_WSAUD_DEMUXER)
+=
westwood_aud.o
OBJS-$(CONFIG_WSVQA_DEMUXER)
+=
westwood_vqa.o
OBJS-$(CONFIG_WSVQA_DEMUXER)
+=
westwood_vqa.o
OBJS-$(CONFIG_WTV_DEMUXER)
+=
wtv.o
asfdec.o
asf.o
asfcrypt.o
\
OBJS-$(CONFIG_WTV_DEMUXER)
+=
wtv.o
asfdec.o
asf.o
asfcrypt.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