Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 205877 Details for
Bug 287423
media-video/vlc-1.0.2 fails with USE="kate" on big endian cpus
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against repository
0001-Fix-kate-module-compilation-for-Big-Endians-typo.patch (text/plain), 854 bytes, created by
Mounir Lamouri (volkmar) (RETIRED)
on 2009-10-02 21:13:30 UTC
(
hide
)
Description:
Patch against repository
Filename:
MIME Type:
Creator:
Mounir Lamouri (volkmar) (RETIRED)
Created:
2009-10-02 21:13:30 UTC
Size:
854 bytes
patch
obsolete
>From 79756dee65321784a6e12cd855bc101b5ed34ef4 Mon Sep 17 00:00:00 2001 >From: Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com> >Date: Fri, 2 Oct 2009 23:06:14 +0200 >Subject: [PATCH] Fix kate module compilation for Big Endians (typo). > >--- > modules/codec/kate.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/modules/codec/kate.c b/modules/codec/kate.c >index 0c5f89a..871bcd7 100644 >--- a/modules/codec/kate.c >+++ b/modules/codec/kate.c >@@ -852,7 +852,7 @@ static void PostprocessTigerImage( plane_t *p_plane, unsigned int i_width ) > if( a ) > { > #ifdef WORDS_BIGENDIAN >- uint8_t tmp = pixel[2]; >+ uint8_t tmp = p_pixel[2]; > p_pixel[0] = p_pixel[3] * 255 / a; > p_pixel[3] = a; > p_pixel[2] = p_pixel[1] * 255 / a; >-- >1.6.3.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 287423
: 205877