changeset 2833:2d17bc7744d8

branch merge
author Andrew O. Shadoura <bugzilla@tut.by>
date Mon, 14 Jul 2008 01:25:03 +0300
parents eb4cacfc1d03 (current diff) 615a87ac7a96 (diff)
children b61d7e3837a5
files
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Jul 14 01:21:11 2008 +0300
+++ b/configure.ac	Mon Jul 14 01:25:03 2008 +0300
@@ -124,7 +124,7 @@
 INPUT_PLUGINS="tonegen console sexypsf psf2 cue alac metronom vtx"
 OUTPUT_PLUGINS="null"
 EFFECT_PLUGINS="audiocompress crystalizer ladspa voice_removal sndstretch stereo_plugin echo_plugin"
-GENERAL_PLUGINS="song_change alarm"
+GENERAL_PLUGINS="song_change alarm skins"
 VISUALIZATION_PLUGINS="blur_scope spectrum"
 CONTAINER_PLUGINS="m3u pls"
 TRANSPORT_PLUGINS="stdio"
--- a/src/madplug/plugin.c	Mon Jul 14 01:21:11 2008 +0300
+++ b/src/madplug/plugin.c	Mon Jul 14 01:25:03 2008 +0300
@@ -488,8 +488,8 @@
             }
             break;
         }
-    } while (state != STATE_FATAL && tries < 256);
-    /* Give up after 256 failed resync attempts or fatal errors */
+    } while (state != STATE_FATAL && tries < 16);
+    /* Give up after 16 failed resync attempts or fatal errors */
 
     g_message("Rejecting %s (not an MP3 file?)", filename);
     return 0;