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
842b8f4b
Commit
842b8f4b
authored
Jan 12, 2014
by
Yu Xiaolei
Committed by
Michael Niedermayer
Jan 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build with gas-preprocessor.pl
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
c917cde9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rgb2yuv_neon_common.S
libswscale/arm/rgb2yuv_neon_common.S
+4
-4
No files found.
libswscale/arm/rgb2yuv_neon_common.S
View file @
842b8f4b
...
...
@@ -214,20 +214,20 @@ endfunc
load_8888_16x1 b, g, r, x, \src, \count
.endm
.macro alias_src_rgbx set
.macro alias_src_rgbx set
=1
alias_src_8888 r, g, b, x, \set
.endm
.macro alias_src_bgrx set
.macro alias_src_bgrx set
=1
alias_src_8888 b, g, r, x, \set
.endm
.macro alias_dst_nv12 set
.macro alias_dst_nv12 set
=1
alias u8x8, c8x8x2_l, \set
alias v8x8, c8x8x2_h, \set
.endm
.macro alias_dst_nv21 set
.macro alias_dst_nv21 set
=1
alias v8x8, c8x8x2_l, \set
alias u8x8, c8x8x2_h, \set
.endm
...
...
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