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
71eaefa6
Commit
71eaefa6
authored
Feb 12, 2016
by
Vittorio Giovara
Committed by
Diego Biurrun
Feb 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Add missing celp_math dependency for G723_1 encoder and decoder
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
7c82d31c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile
libavcodec/Makefile
+4
-2
No files found.
libavcodec/Makefile
View file @
71eaefa6
...
...
@@ -229,9 +229,11 @@ OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o
OBJS-$(CONFIG_FRWU_DECODER)
+=
frwu.o
OBJS-$(CONFIG_G2M_DECODER)
+=
g2meet.o
elsdec.o
OBJS-$(CONFIG_G723_1_DECODER)
+=
g723_1dec.o
g723_1.o
\
acelp_vectors.o
celp_filters.o
acelp_vectors.o
celp_filters.o
\
celp_math.o
OBJS-$(CONFIG_G723_1_ENCODER)
+=
g723_1enc.o
g723_1.o
\
acelp_vectors.o
celp_filters.o
acelp_vectors.o
celp_filters.o
\
celp_math.o
OBJS-$(CONFIG_GIF_DECODER)
+=
gifdec.o
lzw.o
OBJS-$(CONFIG_GIF_ENCODER)
+=
gif.o
lzwenc.o
OBJS-$(CONFIG_GSM_DECODER)
+=
gsmdec.o
gsmdec_data.o
msgsmdec.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