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
b591c7af
Commit
b591c7af
authored
Apr 13, 2010
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10l: fix build on non-NEON ARM
Originally committed as revision 22867 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e5747706
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
libavcodec/arm/Makefile
+3
-2
No files found.
libavcodec/arm/Makefile
View file @
b591c7af
OBJS-$(CONFIG_DCA_DECODER)
+=
arm/dcadsp_init_arm.o
\
OBJS-$(CONFIG_H264DSP)
+=
arm/h264dsp_init_arm.o
\
OBJS-$(CONFIG_H264DSP)
+=
arm/h264dsp_init_arm.o
\
arm/h264pred_init_arm.o
\
arm/h264pred_init_arm.o
\
...
@@ -33,8 +35,7 @@ NEON-OBJS-$(CONFIG_H264DSP) += arm/h264dsp_neon.o \
...
@@ -33,8 +35,7 @@ NEON-OBJS-$(CONFIG_H264DSP) += arm/h264dsp_neon.o \
arm/h264idct_neon.o
\
arm/h264idct_neon.o
\
arm/h264pred_neon.o
\
arm/h264pred_neon.o
\
NEON-OBJS-$(CONFIG_DCA_DECODER)
+=
arm/dcadsp_init_arm.o
\
NEON-OBJS-$(CONFIG_DCA_DECODER)
+=
arm/dcadsp_neon.o
\
arm/dcadsp_neon.o
\
arm/synth_filter_neon.o
\
arm/synth_filter_neon.o
\
NEON-OBJS-$(CONFIG_VP3_DECODER)
+=
arm/vp3dsp_neon.o
NEON-OBJS-$(CONFIG_VP3_DECODER)
+=
arm/vp3dsp_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