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
42d1e7a2
Commit
42d1e7a2
authored
Jul 10, 2010
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix VP5/6 neon dependencies
Originally committed as revision 24160 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
771c86c1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Makefile
libavcodec/arm/Makefile
+5
-2
No files found.
libavcodec/arm/Makefile
View file @
42d1e7a2
...
...
@@ -43,8 +43,11 @@ NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_neon.o \
NEON-OBJS-$(CONFIG_VP3_DECODER)
+=
arm/vp3dsp_neon.o
NEON-OBJS-$(CONFIG_VP5_DECODER)
+=
arm/vp56dsp_neon.o
NEON-OBJS-$(CONFIG_VP6_DECODER)
+=
arm/vp56dsp_neon.o
NEON-OBJS-$(CONFIG_VP5_DECODER)
+=
arm/vp56dsp_neon.o
\
arm/vp3dsp_neon.o
\
NEON-OBJS-$(CONFIG_VP6_DECODER)
+=
arm/vp56dsp_neon.o
\
arm/vp3dsp_neon.o
\
OBJS-$(HAVE_NEON)
+=
arm/dsputil_init_neon.o
\
arm/dsputil_neon.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