Changeset 796b1e94604f53a7165abc1cecfbc9efec1d2af2

Show
Ignore:
Timestamp:
02/28/08 11:02:32 (6 months ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1204192952 +0000
git-parent:

[67ddda12e62172bf82fa67dfbc792bcb8637251c]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1204192952 +0000
Message:

Fix small copy & paste mistake. It had no effect, but was wrong.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_output/fb.c

    r3d7de4a r796b1e9  
    200200 
    201201    /* Does the framebuffer uses hw acceleration? */ 
    202     p_sys->b_hw_accel = p_sys->b_tty = var_CreateGetBool( p_vout, "fb-hw-accel" ); 
     202    p_sys->b_hw_accel = var_CreateGetBool( p_vout, "fb-hw-accel" ); 
    203203 
    204204    /* Set tty and fb devices */