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
88b24064
Commit
88b24064
authored
Jan 16, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Drop stray mpc8 decoder dependency on dsputil
parent
fb9a5bdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
configure
configure
+1
-1
mpc8.c
libavcodec/mpc8.c
+0
-2
No files found.
configure
View file @
88b24064
...
...
@@ -1746,7 +1746,7 @@ mp3float_decoder_select="mpegaudio"
mp3on4_decoder_select
=
"mpegaudio"
mp3on4float_decoder_select
=
"mpegaudio"
mpc7_decoder_select
=
"dsputil mpegaudiodsp"
mpc8_decoder_select
=
"
dsputil
mpegaudiodsp"
mpc8_decoder_select
=
"mpegaudiodsp"
mpeg_xvmc_decoder_deps
=
"X11_extensions_XvMClib_h"
mpeg_xvmc_decoder_select
=
"mpeg2video_decoder"
mpeg1video_decoder_select
=
"error_resilience mpegvideo"
...
...
libavcodec/mpc8.c
View file @
88b24064
...
...
@@ -29,7 +29,6 @@
#include "libavutil/lfg.h"
#include "avcodec.h"
#include "get_bits.h"
#include "dsputil.h"
#include "internal.h"
#include "mpegaudiodsp.h"
...
...
@@ -119,7 +118,6 @@ static av_cold int mpc8_decode_init(AVCodecContext * avctx)
}
memset
(
c
->
oldDSCF
,
0
,
sizeof
(
c
->
oldDSCF
));
av_lfg_init
(
&
c
->
rnd
,
0xDEADBEEF
);
ff_dsputil_init
(
&
c
->
dsp
,
avctx
);
ff_mpadsp_init
(
&
c
->
mpadsp
);
ff_mpc_init
();
...
...
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