I've commented out MP3DECODE and MP3DECODE initialization and the problem solved....
--- normalize-mp3.orig 2007-04-29 00:40:53.000000000 +0900 +++ normalize-mp3 2007-04-29 00:45:39.000000000 +0900 @@ -26,12 +26,12 @@ # %b becomes bitrate of re-encoded file, as specified by the -b option # Example: $OGGENCODE="oggenc -Q -b %b -o %m %w" -$MP3DECODE = " -q -o %w %m"; -$MP3ENCODE = " -quiet %w %m"; -$OGGDECODE = "oggdec -Q -o %w %m"; -$OGGENCODE = "oggenc -Q -b %b -o %m %w"; -$FLACDECODE = ""; -$FLACENCODE = ""; +#$MP3DECODE = " q -o %w %m"; +#$MP3ENCODE = " -quiet %w %m"; +#$OGGDECODE = "oggdec -Q -o %w %m"; +#$OGGENCODE = "oggenc -Q -b %b -o %m %w"; +#$FLACDECODE = ""; +#$FLACENCODE = ""; # The %w etc. substitutions should *not* be used in the following, as # this script knows about their options already. -- normalize-mp3 0.7.7 fails at line 741 (0.7.6 worked) https://bugs.launchpad.net/bugs/109581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
