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
a650c906
Commit
a650c906
authored
Apr 30, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc: Only compile AltiVec FFT assembly when AltiVec is enabled
parent
af8a4790
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Makefile
libavcodec/ppc/Makefile
+4
-3
No files found.
libavcodec/ppc/Makefile
View file @
a650c906
...
...
@@ -2,9 +2,7 @@ OBJS += ppc/dsputil_ppc.o \
ppc/fmtconvert_altivec.o
\
ppc/videodsp_ppc.o
\
FFT-OBJS-$(HAVE_GNU_AS)
+=
ppc/fft_altivec_s.o
OBJS-$(CONFIG_FFT)
+=
ppc/fft_altivec.o
\
$(FFT-OBJS-yes)
OBJS-$(CONFIG_FFT)
+=
ppc/fft_altivec.o
OBJS-$(CONFIG_H264CHROMA)
+=
ppc/h264chroma_init.o
OBJS-$(CONFIG_H264DSP)
+=
ppc/h264dsp.o
OBJS-$(CONFIG_H264QPEL)
+=
ppc/h264qpel.o
...
...
@@ -21,3 +19,6 @@ ALTIVEC-OBJS += ppc/dsputil_altivec.o \
ppc/gmc_altivec.o
\
ppc/idct_altivec.o
\
ppc/int_altivec.o
\
FFT-OBJS-$(HAVE_GNU_AS)
+=
ppc/fft_altivec_s.o
ALTIVEC-OBJS-$(CONFIG_FFT)
+=
$(FFT-OBJS-yes)
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