Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 37639 | Differences between
and this patch

Collapse All | Expand All

(-)vlc-0.7.0.old/modules/video_output/caca.c (-1 / +2 lines)
Lines 171-177 Link Here
171
                            4 * ((p_vout->output.i_width + 15) & ~15),
171
                            4 * ((p_vout->output.i_width + 15) & ~15),
172
                            p_vout->output.i_rmask,
172
                            p_vout->output.i_rmask,
173
                            p_vout->output.i_gmask,
173
                            p_vout->output.i_gmask,
174
                            p_vout->output.i_bmask );
174
                            p_vout->output.i_bmask,
175
			    0 ); /* New versions of libcaca introduced alpha */
175
    if( !p_vout->p_sys->p_bitmap )
176
    if( !p_vout->p_sys->p_bitmap )
176
    {
177
    {
177
        msg_Err( p_vout, "could not create libcaca bitmap" );
178
        msg_Err( p_vout, "could not create libcaca bitmap" );

Return to bug 37639