Christian Weisgerber <na...@mips.inka.de> wrote: > Has anybody tested on arm? > > If I disable mp3lib on other archs, mplayer now falls back to the > ffmp3float decoder (which doesn't work anywhere with sndio, since > it wants to output floating point samples) instead of the expected > ffmp3.
The easiest way to untangle this mess may be to disable the built-in mp3lib and use external mpg123 as the preferred MP3 decoder. libmpg123 is already built as an integer decoder on arm. CONFIGURE_ARGS+= --disable-mp3lib --enable-mpg123 LIB_DEPENDS+= ::audio/mpg123 WANTLIB+= mpg123 -- Christian "naddy" Weisgerber na...@mips.inka.de