Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv13350

Modified Files:
        xine.py 
Log Message:
port to new xine-lib

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** xine.py     21 Oct 2003 21:17:42 -0000      1.18
--- xine.py     1 Nov 2003 19:54:18 -0000       1.19
***************
*** 29,32 ****
--- 29,35 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.19  2003/11/01 19:54:18  dischi
+ # port to new xine-lib
+ #
  # Revision 1.18  2003/10/21 21:17:42  gsbarbieri
  # Some more i18n improvements.
***************
*** 200,204 ****
              command = '%s dvd://' % command
          else:
!             command = '%s vcdx:/%s:' % (command, item.media.devicename)
  
          _debug_('Xine.play(): Starting thread, cmd=%s' % command)
--- 203,207 ----
              command = '%s dvd://' % command
          else:
!             command = '%s vcd://%s' % (command, item.media.devicename)
  
          _debug_('Xine.play(): Starting thread, cmd=%s' % command)




-------------------------------------------------------
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