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
643e433b
Commit
643e433b
authored
Apr 26, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegaudiosp: More consistent names for ppc/x86 optimization files
parent
8cd472d3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
libavcodec/ppc/Makefile
+1
-1
mpegaudiodsp_altivec.c
libavcodec/ppc/mpegaudiodsp_altivec.c
+0
-0
Makefile
libavcodec/x86/Makefile
+1
-1
mpegaudiodsp.c
libavcodec/x86/mpegaudiodsp.c
+0
-0
No files found.
libavcodec/ppc/Makefile
View file @
643e433b
...
@@ -11,7 +11,7 @@ FFT-OBJS-$(HAVE_GNU_AS) += ppc/fft_altivec_s.o
...
@@ -11,7 +11,7 @@ FFT-OBJS-$(HAVE_GNU_AS) += ppc/fft_altivec_s.o
ALTIVEC-OBJS-$(CONFIG_FFT)
+=
ppc/fft_altivec.o
\
ALTIVEC-OBJS-$(CONFIG_FFT)
+=
ppc/fft_altivec.o
\
$(FFT-OBJS-yes)
$(FFT-OBJS-yes)
ALTIVEC-OBJS-$(CONFIG_H264DSP)
+=
ppc/h264_altivec.o
ALTIVEC-OBJS-$(CONFIG_H264DSP)
+=
ppc/h264_altivec.o
ALTIVEC-OBJS-$(CONFIG_MPEGAUDIODSP)
+=
ppc/mpegaudiod
ec
_altivec.o
ALTIVEC-OBJS-$(CONFIG_MPEGAUDIODSP)
+=
ppc/mpegaudiod
sp
_altivec.o
ALTIVEC-OBJS-$(CONFIG_MPEGVIDEO)
+=
ppc/mpegvideo_altivec.o
ALTIVEC-OBJS-$(CONFIG_MPEGVIDEO)
+=
ppc/mpegvideo_altivec.o
ALTIVEC-OBJS-$(CONFIG_VC1_DECODER)
+=
ppc/vc1dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VC1_DECODER)
+=
ppc/vc1dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VP8_DECODER)
+=
ppc/vp8dsp_altivec.o
ALTIVEC-OBJS-$(CONFIG_VP8_DECODER)
+=
ppc/vp8dsp_altivec.o
...
...
libavcodec/ppc/mpegaudiod
ec
_altivec.c
→
libavcodec/ppc/mpegaudiod
sp
_altivec.c
View file @
643e433b
File moved
libavcodec/x86/Makefile
View file @
643e433b
...
@@ -13,7 +13,7 @@ OBJS-$(CONFIG_H264QPEL) += x86/h264_qpel.o
...
@@ -13,7 +13,7 @@ OBJS-$(CONFIG_H264QPEL) += x86/h264_qpel.o
OBJS-$(CONFIG_HPELDSP)
+=
x86/hpeldsp_init.o
OBJS-$(CONFIG_HPELDSP)
+=
x86/hpeldsp_init.o
OBJS-$(CONFIG_LPC)
+=
x86/lpc.o
OBJS-$(CONFIG_LPC)
+=
x86/lpc.o
OBJS-$(CONFIG_MLP_DECODER)
+=
x86/mlpdsp.o
OBJS-$(CONFIG_MLP_DECODER)
+=
x86/mlpdsp.o
OBJS-$(CONFIG_MPEGAUDIODSP)
+=
x86/mpegaudiod
ec
.o
OBJS-$(CONFIG_MPEGAUDIODSP)
+=
x86/mpegaudiod
sp
.o
OBJS-$(CONFIG_MPEGVIDEO)
+=
x86/mpegvideo.o
OBJS-$(CONFIG_MPEGVIDEO)
+=
x86/mpegvideo.o
OBJS-$(CONFIG_MPEGVIDEOENC)
+=
x86/mpegvideoenc.o
OBJS-$(CONFIG_MPEGVIDEOENC)
+=
x86/mpegvideoenc.o
OBJS-$(CONFIG_PNG_DECODER)
+=
x86/pngdsp_init.o
OBJS-$(CONFIG_PNG_DECODER)
+=
x86/pngdsp_init.o
...
...
libavcodec/x86/mpegaudiod
ec
.c
→
libavcodec/x86/mpegaudiod
sp
.c
View file @
643e433b
File moved
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