[vlc-devel] [PATCH] configure.ac: fix handling of sndio module enablement

Vikram Fugro vikram.fugro at gmail.com
Fri Aug 21 17:59:38 CEST 2015


Oh yes! My bad!

But when building for linux(Ubuntu 15.04), the auto detection is deceived
in thinking
that it has picked the right "sndio.h" (installed by libroar-dev on ubuntu
15.04, with a different API signature)
and thus the build fails. (Need to explicitly pass --disable-sndio in linux
to resolve this)


On Fri, Aug 21, 2015 at 1:30 PM, Rémi Denis-Courmont <remi at remlab.net>
wrote:

> Le 2015-08-21 10:32, Vikram Fugro a écrit :
>
>> Moreover, The condition AS_IF([test "${enable_sndio}" != "no"]...
>>  always succeed as
>> the  enable_sndio flag is undefined ?
>>
>
> The idea is that --disable-sndio forces it off, and else automatic
> detection occurs.
>
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150821/b47811e8/attachment.html>


More information about the vlc-devel mailing list