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
1d8f9b7d
Commit
1d8f9b7d
authored
Jan 24, 2016
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/webp: fix decoder dependencies
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
cde57eee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
configure
configure
+1
-1
Makefile
libavcodec/Makefile
+1
-2
No files found.
configure
View file @
1d8f9b7d
...
...
@@ -2449,7 +2449,7 @@ vp6f_decoder_select="vp6_decoder"
vp7_decoder_select
=
"h264pred videodsp vp8dsp"
vp8_decoder_select
=
"h264pred videodsp vp8dsp"
vp9_decoder_select
=
"videodsp vp9_parser"
webp_decoder_select
=
"vp8_decoder"
webp_decoder_select
=
"vp8_decoder
exif
"
wmalossless_decoder_select
=
"llauddsp"
wmapro_decoder_select
=
"mdct sinewin wma_freqs"
wmav1_decoder_select
=
"mdct sinewin wma_freqs"
...
...
libavcodec/Makefile
View file @
1d8f9b7d
...
...
@@ -561,8 +561,7 @@ OBJS-$(CONFIG_VPLAYER_DECODER) += textdec.o ass.o
OBJS-$(CONFIG_VQA_DECODER)
+=
vqavideo.o
OBJS-$(CONFIG_WAVPACK_DECODER)
+=
wavpack.o
OBJS-$(CONFIG_WAVPACK_ENCODER)
+=
wavpackenc.o
OBJS-$(CONFIG_WEBP_DECODER)
+=
vp8.o
vp8dsp.o
vp56rac.o
OBJS-$(CONFIG_WEBP_DECODER)
+=
webp.o
exif.o
tiff_common.o
OBJS-$(CONFIG_WEBP_DECODER)
+=
webp.o
OBJS-$(CONFIG_WEBVTT_DECODER)
+=
webvttdec.o
ass.o
OBJS-$(CONFIG_WEBVTT_ENCODER)
+=
webvttenc.o
ass_split.o
OBJS-$(CONFIG_WMALOSSLESS_DECODER)
+=
wmalosslessdec.o
wma_common.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