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
98518e90
Commit
98518e90
authored
Sep 15, 2018
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: add missing mpegvideo dependencies to SpeedHQ decoder
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
91cc3aa8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
configure
configure
+1
-0
Makefile
libavcodec/Makefile
+1
-1
No files found.
configure
View file @
98518e90
...
...
@@ -2742,6 +2742,7 @@ sonic_decoder_select="golomb rangecoder"
sonic_encoder_select
=
"golomb rangecoder"
sonic_ls_encoder_select
=
"golomb rangecoder"
sp5x_decoder_select
=
"mjpeg_decoder"
speedhq_decoder_select
=
"mpegvideo"
srgc_decoder_deps
=
"zlib"
svq1_decoder_select
=
"hpeldsp"
svq1_encoder_select
=
"hpeldsp me_cmp mpegvideoenc"
...
...
libavcodec/Makefile
View file @
98518e90
...
...
@@ -580,7 +580,7 @@ OBJS-$(CONFIG_SOL_DPCM_DECODER) += dpcm.o
OBJS-$(CONFIG_SONIC_DECODER)
+=
sonic.o
OBJS-$(CONFIG_SONIC_ENCODER)
+=
sonic.o
OBJS-$(CONFIG_SONIC_LS_ENCODER)
+=
sonic.o
OBJS-$(CONFIG_SPEEDHQ_DECODER)
+=
speedhq.o
simple_idct.o
OBJS-$(CONFIG_SPEEDHQ_DECODER)
+=
speedhq.o
mpeg12.o
mpeg12data.o
simple_idct.o
OBJS-$(CONFIG_SP5X_DECODER)
+=
sp5xdec.o
OBJS-$(CONFIG_SRGC_DECODER)
+=
mscc.o
OBJS-$(CONFIG_SRT_DECODER)
+=
srtdec.o
ass.o
htmlsubtitles.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