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
0e495608
Commit
0e495608
authored
Nov 06, 2019
by
Aman Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/arm/mlpdsp: add missing dependency for truehd
Signed-off-by:
Aman Gupta
<
aman@tmm1.net
>
parent
72915ca8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Makefile
libavcodec/arm/Makefile
+3
-0
No files found.
libavcodec/arm/Makefile
View file @
0e495608
...
...
@@ -43,6 +43,7 @@ OBJS-$(CONFIG_HEVC_DECODER) += arm/hevcdsp_init_arm.o
OBJS-$(CONFIG_MLP_DECODER)
+=
arm/mlpdsp_init_arm.o
OBJS-$(CONFIG_RV40_DECODER)
+=
arm/rv40dsp_init_arm.o
OBJS-$(CONFIG_SBC_ENCODER)
+=
arm/sbcdsp_init_arm.o
OBJS-$(CONFIG_TRUEHD_DECODER)
+=
arm/mlpdsp_init_arm.o
OBJS-$(CONFIG_VORBIS_DECODER)
+=
arm/vorbisdsp_init_arm.o
OBJS-$(CONFIG_VP6_DECODER)
+=
arm/vp6dsp_init_arm.o
OBJS-$(CONFIG_VP9_DECODER)
+=
arm/vp9dsp_init_10bpp_arm.o
\
...
...
@@ -61,6 +62,7 @@ ARMV5TE-OBJS-$(CONFIG_VIDEODSP) += arm/videodsp_init_armv5te.o \
# decoders/encoders
ARMV5TE-OBJS-$(CONFIG_MLP_DECODER)
+=
arm/mlpdsp_armv5te.o
ARMV5TE-OBJS-$(CONFIG_TRUEHD_DECODER)
+=
arm/mlpdsp_armv5te.o
# ARMv6 optimizations
...
...
@@ -83,6 +85,7 @@ ARMV6-OBJS-$(CONFIG_VP8DSP) += arm/vp8_armv6.o \
# decoders/encoders
ARMV6-OBJS-$(CONFIG_MLP_DECODER)
+=
arm/mlpdsp_armv6.o
ARMV6-OBJS-$(CONFIG_SBC_ENCODER)
+=
arm/sbcdsp_armv6.o
ARMV6-OBJS-$(CONFIG_TRUEHD_DECODER)
+=
arm/mlpdsp_armv6.o
# VFP optimizations
...
...
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