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
master
David Höppner 2010-08-30 15:08:26 +02:00
parent 9a55eda5b4
commit 8dbabcbd25
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class Sox <Formula
depends_on 'libvorbis' => :optional
depends_on 'flac' => :optional
depends_on 'libao' => :optional
depends_on 'mad' # see commit message
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",