Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv2471/video/plugins
Modified Files:
mplayer.py xine.py
Log Message:
build config.VIDEO_SUFFIX in config on startup
Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** mplayer.py 28 Nov 2003 20:08:59 -0000 1.43
--- mplayer.py 29 Nov 2003 18:37:30 -0000 1.44
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.44 2003/11/29 18:37:30 dischi
+ # build config.VIDEO_SUFFIX in config on startup
+ #
# Revision 1.43 2003/11/28 20:08:59 dischi
# renamed some config variables
***************
*** 102,109 ****
# register it as the object to play audio
plugin.register(mplayer, plugin.VIDEO_PLAYER, True)
-
- for i in config.VIDEO_MPLAYER_SUFFIX:
- if not i in config.VIDEO_SUFFIX:
- config.VIDEO_SUFFIX.append(i)
--- 105,108 ----
Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** xine.py 28 Nov 2003 20:08:59 -0000 1.25
--- xine.py 29 Nov 2003 18:37:30 -0000 1.26
***************
*** 18,21 ****
--- 18,24 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.26 2003/11/29 18:37:30 dischi
+ # build config.VIDEO_SUFFIX in config on startup
+ #
# Revision 1.25 2003/11/28 20:08:59 dischi
# renamed some config variables
***************
*** 129,136 ****
# register it as the object to play
plugin.register(xine, plugin.VIDEO_PLAYER, True)
-
- for i in config.VIDEO_XINE_SUFFIX:
- if not i in config.VIDEO_SUFFIX:
- config.VIDEO_SUFFIX.append(i)
--- 132,135 ----
-------------------------------------------------------
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