[xiph-cvs] r6475 - trunk/positron/positron
volsung at xiph.org
volsung at xiph.org
Tue Mar 30 15:16:19 PST 2004
Author: volsung
Date: 2004-03-30 18:16:18 -0500 (Tue, 30 Mar 2004)
New Revision: 6475
Modified:
trunk/positron/positron/config.py
Log:
Default to Ogg Vorbis support. Current Neuros firmware has Vorbis support.
<p>Modified: trunk/positron/positron/config.py
===================================================================
--- trunk/positron/positron/config.py 2004-03-30 22:53:26 UTC (rev 6474)
+++ trunk/positron/positron/config.py 2004-03-30 23:16:18 UTC (rev 6475)
@@ -73,7 +73,7 @@
self.neuros_musicdir = "MUSIC"
self.sort_database = True
self.mp3_support = True
- self.oggvorbis_support = False
+ self.oggvorbis_support = True
self.wav_support = True
self.syncdirs = []
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list