# HG changeset patch # User Andrew O. Shadoura # Date 1215987903 -10800 # Node ID 2d17bc7744d8748522e1e17b783584ed80439830 # Parent eb4cacfc1d035ede0da29723fb2b1792f666aac9# Parent 615a87ac7a9694d13451aff0c65d8fd320bb145c branch merge diff -r eb4cacfc1d03 -r 2d17bc7744d8 configure.ac --- 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" diff -r eb4cacfc1d03 -r 2d17bc7744d8 src/madplug/plugin.c --- 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;