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
91bafb52
Commit
91bafb52
authored
Jan 30, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: Give RV40 init file a more suitable name.
parent
c30b1983
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
Makefile
libavcodec/x86/Makefile
+1
-1
rv40dsp_init.c
libavcodec/x86/rv40dsp_init.c
+0
-0
No files found.
libavcodec/x86/Makefile
View file @
91bafb52
...
@@ -27,7 +27,7 @@ MMX-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred_init.o
...
@@ -27,7 +27,7 @@ MMX-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred_init.o
MMX-OBJS-$(CONFIG_RV30_DECODER)
+=
x86/rv34dsp_init.o
MMX-OBJS-$(CONFIG_RV30_DECODER)
+=
x86/rv34dsp_init.o
YASM-OBJS-$(CONFIG_RV30_DECODER)
+=
x86/rv34dsp.o
YASM-OBJS-$(CONFIG_RV30_DECODER)
+=
x86/rv34dsp.o
MMX-OBJS-$(CONFIG_RV40_DECODER)
+=
x86/rv34dsp_init.o
\
MMX-OBJS-$(CONFIG_RV40_DECODER)
+=
x86/rv34dsp_init.o
\
x86/rv40dsp.o
x86/rv40dsp
_init
.o
YASM-OBJS-$(CONFIG_RV40_DECODER)
+=
x86/rv34dsp.o
YASM-OBJS-$(CONFIG_RV40_DECODER)
+=
x86/rv34dsp.o
YASM-OBJS-$(CONFIG_VC1_DECODER)
+=
x86/vc1dsp_yasm.o
YASM-OBJS-$(CONFIG_VC1_DECODER)
+=
x86/vc1dsp_yasm.o
...
...
libavcodec/x86/rv40dsp.c
→
libavcodec/x86/rv40dsp
_init
.c
View file @
91bafb52
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