Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11475/src/tv/plugins
Modified Files:
tvtime.py
Log Message:
Add directfb as a display option.
Index: tvtime.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/tvtime.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** tvtime.py 6 Jun 2004 17:15:10 -0000 1.36
--- tvtime.py 8 Jul 2004 12:44:40 -0000 1.37
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.37 2004/07/08 12:44:40 rshortt
+ # Add directfb as a display option.
+ #
# Revision 1.36 2004/06/06 17:15:10 mikeruelle
# removed some old bad code. mplayer debug has been superceded by childapp debug.
the kill method is just plain bad.
***************
*** 477,483 ****
if config.CONF.display == 'x11':
outputplugin = 'Xv'
! if config.CONF.display == 'mga':
outputplugin = 'mga'
! if config.CONF.display == 'dfbmga':
outputplugin = 'directfb'
--- 480,486 ----
if config.CONF.display == 'x11':
outputplugin = 'Xv'
! elif config.CONF.display == 'mga':
outputplugin = 'mga'
! elif config.CONF.display in ( 'directfb', 'dfbmga' ):
outputplugin = 'directfb'
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog