mp3.c:60: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘const’
mp3.c:60: static mad_timer_t const mad_timer_zero_stub = {0, 0};
uses mad data type outside ifdef MAD, should be fixed upstream
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line
utility that can convert various formats of computer audio files in to
other formats. It can also apply various effects to these sound files,
and, as an added bonus, SoX can play and record audio files on most
platforms.
http://sox.sourceforge.net/
Signed-off-by: David Höppner <0xffea@gmail.com>