Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11475

Modified Files:
        freevo_config.py 
Log Message:
Add directfb as a display option.


Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.345
retrieving revision 1.346
diff -C2 -d -r1.345 -r1.346
*** freevo_config.py    4 Jul 2004 08:05:12 -0000       1.345
--- freevo_config.py    8 Jul 2004 12:44:39 -0000       1.346
***************
*** 939,943 ****
      OSD_OVERSCAN_Y = 10
  
! if CONF.display == 'dfbmga':
      OSD_OVERSCAN_X = 50
      OSD_OVERSCAN_Y = 50
--- 939,943 ----
      OSD_OVERSCAN_Y = 10
  
! if CONF.display in ( 'directfb', 'dfbmga' ):
      OSD_OVERSCAN_X = 50
      OSD_OVERSCAN_Y = 50
***************
*** 953,957 ****
  OSD_STOP_WHEN_PLAYING = 0
  
! if CONF.display in ( 'dfbmga', 'dxr3', 'dga' ):
      OSD_STOP_WHEN_PLAYING = 1
  
--- 953,957 ----
  OSD_STOP_WHEN_PLAYING = 0
  
! if CONF.display in ( 'directfb', 'dfbmga', 'dxr3', 'dga' ):
      OSD_STOP_WHEN_PLAYING = 1
  
***************
*** 1044,1048 ****
  MPLAYER_NICE         = -20             
  
! if CONF.display == 'dfbmga':
      MPLAYER_ARGS_DEF     = ('-autosync 100 -nolirc ' +
                              '-autoq 100 -fs ')
--- 1044,1048 ----
  MPLAYER_NICE         = -20             
  
! if CONF.display in ( 'directfb', 'dfbmga' ):
      MPLAYER_ARGS_DEF     = ('-autosync 100 -nolirc ' +
                              '-autoq 100 -fs ')



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to