[MPlayer-dev-eng] sndio audio output

Brad Smith brad at comstyle.com
Wed Dec 11 02:00:07 CET 2013


On 10/12/13 5:25 PM, Alexandre Ratchov wrote:
> +echocheck "sndio audio"
> +if test "$_sndio" = auto ; then
> +  _sndio=no
> +  statement_check sndio.h 'sio_open(SIO_DEVANY, SIO_PLAY, 0)' -lsndio && _sndio=yes
> +fi
> +if test "$_sndio" = yes ; then
> +  def_sndio='#define CONFIG_SNDIO_AUDIO 1'
> +  aomodules="sndio $aomodules"
> +  extra_ldflags="$extra_ldflags -lsndio"
> +else
> +  def_sndio='#undef CONFIG_SNDIO_AUDIO'
> +  noaomodules="sndio $noaomodules"
> +fi
> +echores "$_sndio"
> +
> +

Looking at all the backends tests I noticed most use libs_mplayer but
ALSA uses extra_ldflags. Which one is preferred?


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the MPlayer-dev-eng mailing list