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
40ac2260
Commit
40ac2260
authored
Mar 24, 2017
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/x86/hevc: rename hevc_res_add to hevc_add_res
This will simplify incoming merge.
parent
71d54175
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
libavcodec/x86/Makefile
+2
-2
hevc_add_res.asm
libavcodec/x86/hevc_add_res.asm
+0
-0
No files found.
libavcodec/x86/Makefile
View file @
40ac2260
...
...
@@ -150,10 +150,10 @@ YASM-OBJS-$(CONFIG_FLAC_DECODER) += x86/flacdsp.o
ifdef
CONFIG_GPL
YASM-OBJS-$(CONFIG_FLAC_ENCODER)
+=
x86/flac_dsp_gpl.o
endif
YASM-OBJS-$(CONFIG_HEVC_DECODER)
+=
x86/hevc_
mc.o
\
YASM-OBJS-$(CONFIG_HEVC_DECODER)
+=
x86/hevc_
add_res.o
\
x86/hevc_deblock.o
\
x86/hevc_idct.o
\
x86/hevc_
res_add.o
\
x86/hevc_
mc.o
\
x86/hevc_sao.o
\
x86/hevc_sao_10bit.o
YASM-OBJS-$(CONFIG_JPEG2000_DECODER)
+=
x86/jpeg2000dsp.o
...
...
libavcodec/x86/hevc_
res_add
.asm
→
libavcodec/x86/hevc_
add_res
.asm
View file @
40ac2260
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