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
1e607213
Commit
1e607213
authored
Aug 16, 2012
by
Giorgio Vazzana
Committed by
Diego Biurrun
Aug 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swscale: x86: fix #endif comments in rgb2rgb template file
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
602b1898
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rgb2rgb_template.c
libswscale/x86/rgb2rgb_template.c
+2
-2
No files found.
libswscale/x86/rgb2rgb_template.c
View file @
1e607213
...
...
@@ -2496,7 +2496,7 @@ static inline void RENAME(rgb2rgb_init)(void)
yvu9_to_yuy2
=
RENAME
(
yvu9_to_yuy2
);
uyvytoyuv422
=
RENAME
(
uyvytoyuv422
);
yuyvtoyuv422
=
RENAME
(
yuyvtoyuv422
);
#endif
/* !COMPILE_TEMPLATE_
SSE2
*/
#endif
/* !COMPILE_TEMPLATE_
AMD3DNOW
*/
#if COMPILE_TEMPLATE_MMXEXT || COMPILE_TEMPLATE_AMD3DNOW
planar2x
=
RENAME
(
planar2x
);
...
...
@@ -2505,7 +2505,7 @@ static inline void RENAME(rgb2rgb_init)(void)
yuyvtoyuv420
=
RENAME
(
yuyvtoyuv420
);
uyvytoyuv420
=
RENAME
(
uyvytoyuv420
);
#endif
/* COMPILE_TEMPLATE_SSE2 */
#endif
/*
!
COMPILE_TEMPLATE_SSE2 */
#if !COMPILE_TEMPLATE_AMD3DNOW
interleaveBytes
=
RENAME
(
interleaveBytes
);
...
...
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