Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv18777/src/tv/plugins
Modified Files:
ivtv_basic_tv.py
Log Message:
Patch from Eirik Meland to add 'ivtv' MPLAYER_ARGS. This is now only used
by the ivtv_basic_tv.py plugin.
Index: ivtv_basic_tv.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/ivtv_basic_tv.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ivtv_basic_tv.py 5 Sep 2003 02:48:12 -0000 1.11
--- ivtv_basic_tv.py 15 Oct 2003 12:57:16 -0000 1.12
***************
*** 13,16 ****
--- 13,20 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.12 2003/10/15 12:57:16 rshortt
+ # Patch from Eirik Meland to add 'ivtv' MPLAYER_ARGS. This is now only used
+ # by the ivtv_basic_tv.py plugin.
+ #
# Revision 1.11 2003/09/05 02:48:12 rshortt
# Removing src/tv and src/www from PYTHONPATH in the freevo script. Therefore any
module that was imported from src/tv/ or src/www that didn't have a leading 'tv.' or
'www.' needed it added. Also moved tv/tv.py to tv/tvmenu.py to avoid namespace
conflicts.
***************
*** 165,170 ****
config.MPLAYER_VO_DEV_OPTS)
! if config.MPLAYER_ARGS.has_key('tv'):
! args += (config.MPLAYER_ARGS['tv'],)
args += (cf_device,)
--- 169,174 ----
config.MPLAYER_VO_DEV_OPTS)
! if config.MPLAYER_ARGS.has_key('ivtv'):
! args += (config.MPLAYER_ARGS['ivtv'],)
args += (cf_device,)
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog