There is an error in modules/codec/kate.c Line 1513 shouldn't be uint8_t tmp = pixel[2]; but uint8_t tmp = p_pixel[2]; sed -i -e "s:pixel\[2\];:p_pixel\[2\];:" modules/codec/kate.c is working This is blocking vlc-1.0.2 stabilization for ppc
Created attachment 205877 [details, diff] Patch against repository This patch should work, I will send it upstream.
Patch accepted upstream, commited in repository
applied, thanks