Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12696

Modified Files:
        mplayer.py 
Log Message:
support strange config.MPLAYER_AO_DEV

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** mplayer.py  2 May 2004 08:55:52 -0000       1.67
--- mplayer.py  31 May 2004 17:15:20 -0000      1.68
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.68  2004/05/31 17:15:20  dischi
+ # support strange config.MPLAYER_AO_DEV
+ #
  # Revision 1.67  2004/05/02 08:55:52  dischi
  # dvd as .iso support
***************
*** 245,249 ****
          command = [ '--prio=%s' % config.MPLAYER_NICE, config.MPLAYER_CMD ] + \
                    config.MPLAYER_ARGS_DEF.split(' ') + \
!                   [ '-slave', '-ao', config.MPLAYER_AO_DEV ]
  
          additional_args = []
--- 248,252 ----
          command = [ '--prio=%s' % config.MPLAYER_NICE, config.MPLAYER_CMD ] + \
                    config.MPLAYER_ARGS_DEF.split(' ') + \
!                   [ '-slave', '-ao'] + config.MPLAYER_AO_DEV.split(' ')
  
          additional_args = []



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to