Author: dmeyer Date: Wed Nov 29 17:27:19 2006 New Revision: 2120 Added: trunk/popcorn/src/backends/mplayer/config.cxml Removed: trunk/popcorn/src/backends/mplayer/config.py
Log: replace mplayer config with xml file Added: trunk/popcorn/src/backends/mplayer/config.cxml ============================================================================== --- (empty file) +++ trunk/popcorn/src/backends/mplayer/config.cxml Wed Nov 29 17:27:19 2006 @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<config> + <desc lang="en">mplayer configuration</desc> + <schema> + <var name="activate" default="True"> + <desc lang="en">activate backend</desc> + </var> + </schema> +</config> ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
