Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv31929

Modified Files:
        freevo_config.py 
Log Message:
add config.XINE_ARGS_DEF

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.300
retrieving revision 1.301
diff -C2 -d -r1.300 -r1.301
*** freevo_config.py    6 Dec 2003 13:51:06 -0000       1.300
--- freevo_config.py    7 Dec 2003 08:57:20 -0000       1.301
***************
*** 110,114 ****
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.01
  
  # Description of changes in each new version
--- 110,114 ----
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.02
  
  # Description of changes in each new version
***************
*** 189,193 ****
       change the variable names'''),
      (5.01,
!      '''Add AUDIO_SHOW_VIDEOFILES to enable video files in the audio menu''')]
  
  
--- 189,195 ----
       change the variable names'''),
      (5.01,
!      '''Add AUDIO_SHOW_VIDEOFILES to enable video files in the audio menu'''),
!     (5.02,
!      '''Add XINE_ARGS_DEF to set xine arguments''') ]
  
  
***************
*** 925,930 ****
  if CONF.display == 'x11' and CONF.xine:
      XINE_VO_DEV  = 'xv'
!     XINE_COMMAND = '%s -pq -g -B --geometry %sx%s+0+0' % \
                     (CONF.xine, CONF.width, CONF.height)
  
  XINE_AO_DEV = 'oss'                     # alsa or oss
--- 927,934 ----
  if CONF.display == 'x11' and CONF.xine:
      XINE_VO_DEV  = 'xv'
!     XINE_COMMAND = '%s -pq -g -B --geometry %sx%s+0+0 --no-splash' % \
                     (CONF.xine, CONF.width, CONF.height)
+ 
+ XINE_ARGS_DEF = '--no-lirc --post=pp:quality=10,expand'
  
  XINE_AO_DEV = 'oss'                     # alsa or oss




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to