changeset 1386:f0d2b02f0382 trunk

[svn] - disconnect mms code
author nenolod
date Mon, 10 Jul 2006 04:42:53 -0700
parents 3e44e4df1e35
children b0590e16329f
files ChangeLog Plugins/Input/wma/libffwma/allformats.c
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jul 10 04:39:43 2006 -0700
+++ b/ChangeLog	Mon Jul 10 04:42:53 2006 -0700
@@ -1,3 +1,12 @@
+2006-07-10 11:39:43 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1684]
+  - vast improvements to the songchange plugin
+  
+
+  Changes:        Modified:
+  +36 -77         trunk/Plugins/General/song_change/song_change.c  
+
+
 2006-07-10 11:02:23 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1682]
   - fix GTK+ assertions
--- a/Plugins/Input/wma/libffwma/allformats.c	Mon Jul 10 04:39:43 2006 -0700
+++ b/Plugins/Input/wma/libffwma/allformats.c	Mon Jul 10 04:42:53 2006 -0700
@@ -28,5 +28,8 @@
     /* file protocols */
     register_protocol(&file_protocol);
     register_protocol(&pipe_protocol);
+
+#if 0
     register_protocol(&mms_protocol);
+#endif
 }