[vlc-devel] [vlc-commits] Check for <poll.h> explicitly
Rémi Denis-Courmont
remi at remlab.net
Mon Jun 8 17:04:14 CEST 2020
Le maanantaina 8. kesäkuuta 2020, 17.32.22 EEST Hugo Beauzée-Luyssen a écrit :
> This appears to break most CI:
> https://code.videolan.org/videolan/vlc/pipelines/18579 and it does indeed
> break the build on my machine
To be precise, it breaks the pollfd test - *if* you don't use config.cache.
This is somewhat understable for CI, though it will waste time and energy. But
it is mostly self-inflicted pain for own builds.
The problem is that VLC configure checks for headers *after* checking for
typedefs. This makes no sense (and contradicts the sample configure script).
--
Реми Дёни-Курмон
http://www.remlab.net/
More information about the vlc-devel
mailing list