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
5a70e56f
Commit
5a70e56f
authored
Sep 25, 2016
by
Xiaolei Yu
Committed by
Carl Eugen Hoyos
Sep 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: fix vc1dsp dependencies
parent
267da70e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
libavcodec/aarch64/Makefile
+1
-1
h264cmc_neon.S
libavcodec/aarch64/h264cmc_neon.S
+1
-1
h264cmc_neon.S
libavcodec/arm/h264cmc_neon.S
+1
-1
No files found.
libavcodec/aarch64/Makefile
View file @
5a70e56f
...
...
@@ -14,7 +14,7 @@ OBJS-$(CONFIG_VIDEODSP) += aarch64/videodsp_init.o
# decoders/encoders
OBJS-$(CONFIG_DCA_DECODER)
+=
aarch64/synth_filter_init.o
OBJS-$(CONFIG_RV40_DECODER)
+=
aarch64/rv40dsp_init_aarch64.o
OBJS-$(CONFIG_VC1
_DECODER)
+=
aarch64/vc1dsp_init_aarch64.o
OBJS-$(CONFIG_VC1
DSP)
+=
aarch64/vc1dsp_init_aarch64.o
OBJS-$(CONFIG_VORBIS_DECODER)
+=
aarch64/vorbisdsp_init.o
# ARMv8 optimizations
...
...
libavcodec/aarch64/h264cmc_neon.S
View file @
5a70e56f
...
...
@@ -445,7 +445,7 @@ endconst
h264_chroma_mc4 avg, rv40
#endif
#if CONFIG_VC1
_DECODER
#if CONFIG_VC1
DSP
h264_chroma_mc8 put, vc1
h264_chroma_mc8 avg, vc1
h264_chroma_mc4 put, vc1
...
...
libavcodec/arm/h264cmc_neon.S
View file @
5a70e56f
...
...
@@ -455,7 +455,7 @@ endconst
h264_chroma_mc4 avg, rv40
#endif
#if CONFIG_VC1
_DECODER
#if CONFIG_VC1
DSP
h264_chroma_mc8 put, vc1
h264_chroma_mc8 avg, vc1
h264_chroma_mc4 put, vc1
...
...
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