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
29cfdd37
Commit
29cfdd37
authored
Aug 11, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: avcodec: Appropriately name files containing only init functions
parent
be129589
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
libavcodec/x86/Makefile
+4
-4
ac3dsp_init.c
libavcodec/x86/ac3dsp_init.c
+0
-0
fft_init.c
libavcodec/x86/fft_init.c
+0
-0
fmtconvert_init.c
libavcodec/x86/fmtconvert_init.c
+0
-0
h264dsp_init.c
libavcodec/x86/h264dsp_init.c
+0
-0
No files found.
libavcodec/x86/Makefile
View file @
29cfdd37
...
...
@@ -5,7 +5,7 @@ OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
MMX-OBJS
+=
x86/dsputil_mmx.o
\
x86/fdct_mmx.o
\
x86/fmtconvert_
mmx.o
\
x86/fmtconvert_
init.o
\
x86/idct_mmx_xvid.o
\
x86/idct_sse2_xvid.o
\
x86/motion_est_mmx.o
\
...
...
@@ -13,13 +13,13 @@ MMX-OBJS += x86/dsputil_mmx.o \
x86/simple_idct_mmx.o
\
MMX-OBJS-$(CONFIG_AAC_DECODER)
+=
x86/sbrdsp_init.o
MMX-OBJS-$(CONFIG_AC3DSP)
+=
x86/ac3dsp_
mmx
.o
MMX-OBJS-$(CONFIG_AC3DSP)
+=
x86/ac3dsp_
init
.o
MMX-OBJS-$(CONFIG_CAVS_DECODER)
+=
x86/cavsdsp_mmx.o
MMX-OBJS-$(CONFIG_DNXHD_ENCODER)
+=
x86/dnxhd_mmx.o
MMX-OBJS-$(CONFIG_DWT)
+=
x86/snowdsp_mmx.o
MMX-OBJS-$(CONFIG_ENCODERS)
+=
x86/dsputilenc_mmx.o
MMX-OBJS-$(CONFIG_FFT)
+=
x86/fft.o
MMX-OBJS-$(CONFIG_H264DSP)
+=
x86/h264dsp_
mmx
.o
MMX-OBJS-$(CONFIG_FFT)
+=
x86/fft
_init
.o
MMX-OBJS-$(CONFIG_H264DSP)
+=
x86/h264dsp_
init
.o
MMX-OBJS-$(CONFIG_H264PRED)
+=
x86/h264_intrapred_init.o
MMX-OBJS-$(CONFIG_LPC)
+=
x86/lpc_mmx.o
MMX-OBJS-$(CONFIG_MPEGAUDIODSP)
+=
x86/mpegaudiodec_mmx.o
...
...
libavcodec/x86/ac3dsp_
mmx
.c
→
libavcodec/x86/ac3dsp_
init
.c
View file @
29cfdd37
File moved
libavcodec/x86/fft.c
→
libavcodec/x86/fft
_init
.c
View file @
29cfdd37
File moved
libavcodec/x86/fmtconvert_
mmx
.c
→
libavcodec/x86/fmtconvert_
init
.c
View file @
29cfdd37
File moved
libavcodec/x86/h264dsp_
mmx
.c
→
libavcodec/x86/h264dsp_
init
.c
View file @
29cfdd37
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