Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
3b9e832e
Commit
3b9e832e
authored
Aug 07, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: Drop silly "_yasm" suffixes from filenames
parent
f30ff542
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
libavcodec/x86/Makefile
+3
-3
dsputil.asm
libavcodec/x86/dsputil.asm
+0
-0
dsputilenc.asm
libavcodec/x86/dsputilenc.asm
+0
-0
vc1dsp.asm
libavcodec/x86/vc1dsp.asm
+0
-0
No files found.
libavcodec/x86/Makefile
View file @
3b9e832e
...
@@ -36,7 +36,7 @@ MMX-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp-init.o
...
@@ -36,7 +36,7 @@ MMX-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp-init.o
YASM-OBJS-$(CONFIG_AAC_DECODER)
+=
x86/sbrdsp.o
YASM-OBJS-$(CONFIG_AAC_DECODER)
+=
x86/sbrdsp.o
YASM-OBJS-$(CONFIG_AC3DSP)
+=
x86/ac3dsp.o
YASM-OBJS-$(CONFIG_AC3DSP)
+=
x86/ac3dsp.o
YASM-OBJS-$(CONFIG_DCT)
+=
x86/dct32_sse.o
YASM-OBJS-$(CONFIG_DCT)
+=
x86/dct32_sse.o
YASM-OBJS-$(CONFIG_ENCODERS)
+=
x86/dsputilenc
_yasm
.o
YASM-OBJS-$(CONFIG_ENCODERS)
+=
x86/dsputilenc.o
YASM-OBJS-$(CONFIG_FFT)
+=
x86/fft_mmx.o
\
YASM-OBJS-$(CONFIG_FFT)
+=
x86/fft_mmx.o
\
$(YASM-OBJS-FFT-yes)
$(YASM-OBJS-FFT-yes)
YASM-OBJS-$(CONFIG_H264CHROMA)
+=
x86/h264_chromamc.o
\
YASM-OBJS-$(CONFIG_H264CHROMA)
+=
x86/h264_chromamc.o
\
...
@@ -56,11 +56,11 @@ YASM-OBJS-$(CONFIG_PRORES_DECODER) += x86/proresdsp.o
...
@@ -56,11 +56,11 @@ YASM-OBJS-$(CONFIG_PRORES_DECODER) += x86/proresdsp.o
YASM-OBJS-$(CONFIG_RV30_DECODER)
+=
x86/rv34dsp.o
YASM-OBJS-$(CONFIG_RV30_DECODER)
+=
x86/rv34dsp.o
YASM-OBJS-$(CONFIG_RV40_DECODER)
+=
x86/rv34dsp.o
\
YASM-OBJS-$(CONFIG_RV40_DECODER)
+=
x86/rv34dsp.o
\
x86/rv40dsp.o
x86/rv40dsp.o
YASM-OBJS-$(CONFIG_VC1_DECODER)
+=
x86/vc1dsp
_yasm
.o
YASM-OBJS-$(CONFIG_VC1_DECODER)
+=
x86/vc1dsp.o
YASM-OBJS-$(CONFIG_VP3DSP)
+=
x86/vp3dsp.o
YASM-OBJS-$(CONFIG_VP3DSP)
+=
x86/vp3dsp.o
YASM-OBJS-$(CONFIG_VP6_DECODER)
+=
x86/vp56dsp.o
YASM-OBJS-$(CONFIG_VP6_DECODER)
+=
x86/vp56dsp.o
YASM-OBJS-$(CONFIG_VP8_DECODER)
+=
x86/vp8dsp.o
YASM-OBJS-$(CONFIG_VP8_DECODER)
+=
x86/vp8dsp.o
YASM-OBJS
+=
x86/dsputil
_yasm.o
\
YASM-OBJS
+=
x86/dsputil
.o
\
x86/deinterlace.o
\
x86/deinterlace.o
\
x86/fmtconvert.o
\
x86/fmtconvert.o
\
libavcodec/x86/dsputil
_yasm
.asm
→
libavcodec/x86/dsputil.asm
View file @
3b9e832e
File moved
libavcodec/x86/dsputilenc
_yasm
.asm
→
libavcodec/x86/dsputilenc.asm
View file @
3b9e832e
File moved
libavcodec/x86/vc1dsp
_yasm
.asm
→
libavcodec/x86/vc1dsp.asm
View file @
3b9e832e
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