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
e6cbe3ff
Commit
e6cbe3ff
authored
Feb 19, 2016
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Fix webm_dash_manifest demuxer standalone compilation.
parent
308ac2f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
configure
configure
+1
-0
Makefile
libavformat/Makefile
+0
-4
No files found.
configure
View file @
e6cbe3ff
...
...
@@ -2731,6 +2731,7 @@ w64_muxer_select="wav_muxer"
wav_demuxer_select
=
"riffdec"
wav_muxer_select
=
"riffenc"
webm_muxer_select
=
"riffenc"
webm_dash_manifest_demuxer_select
=
"matroska_demuxer"
wtv_demuxer_select
=
"riffdec"
wtv_muxer_select
=
"riffenc"
xmv_demuxer_select
=
"riffdec"
...
...
libavformat/Makefile
View file @
e6cbe3ff
...
...
@@ -476,10 +476,6 @@ OBJS-$(CONFIG_WEBM_MUXER) += matroskaenc.o matroska.o \
flacenc_header.o
avlanguage.o
\
wv.o
vorbiscomment.o
\
webmdashenc.o
webm_chunk.o
OBJS-$(CONFIG_WEBM_DASH_MANIFEST_DEMUXER)+=
matroskadec.o
matroska.o
\
isom.o
rmsipr.o
flac_picture.o
\
oggparsevorbis.o
vorbiscomment.o
\
flac_picture.o
replaygain.o
OBJS-$(CONFIG_WEBM_DASH_MANIFEST_MUXER)
+=
webmdashenc.o
matroska.o
OBJS-$(CONFIG_WEBM_CHUNK_MUXER)
+=
webm_chunk.o
matroska.o
OBJS-$(CONFIG_WEBP_MUXER)
+=
webpenc.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