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

Modified Files:
        freevo_config.py 
Log Message:
add xine only when we have XINE_COMMAND

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.218
retrieving revision 1.219
diff -C2 -d -r1.218 -r1.219
*** freevo_config.py    2 Aug 2003 09:07:38 -0000       1.218
--- freevo_config.py    2 Aug 2003 10:13:25 -0000       1.219
***************
*** 736,739 ****
--- 736,741 ----
  # of the xine plugin
  
+ XINE_COMMAND = ''
+ 
  if CONF.display == 'mga' and CONF.fbxine:
      XINE_VO_DEV  = 'vidixfb'
***************
*** 751,755 ****
  XINE_USE_VCDNAV = 0                     # use xine for VCD nav playback
  
! plugin.activate('video.xine')
  
  
--- 753,758 ----
  XINE_USE_VCDNAV = 0                     # use xine for VCD nav playback
  
! if XINE_COMMAND:
!     plugin.activate('video.xine')
  
  




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to