[vlc-devel] [vlc-commits] rist modules: fix windows build
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Tue Dec 15 10:45:10 CET 2020
On Tue, Dec 15, 2020, at 10:38 AM, Sergio Ammirata wrote:
> vlc/vlc-3.0 | branch: master | Sergio Ammirata <sergio at ammirata.net> |
> Mon Dec 14 16:19:06 2020 -0500|
> [f493191a34770322951716970450effa8ec3c534] | committer: Pierre Ynard
>
> rist modules: fix windows build
>
> Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>
>
> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=f493191a34770322951716970450effa8ec3c534
> ---
>
> modules/access/rist.c | 2 ++
> modules/access_output/rist.c | 2 ++
> 2 files changed, 4 insertions(+)
>
> diff --git a/modules/access/rist.c b/modules/access/rist.c
> index 1219e170d1..1ce9e44477 100644
> --- a/modules/access/rist.c
> +++ b/modules/access/rist.c
> @@ -34,7 +34,9 @@
> #include <vlc_network.h>
> #include <vlc_block.h>
> #include <vlc_url.h>
> +#ifdef HAVE_POLL
> #include <poll.h>
> +#endif
>
> #include "rist.h"
>
> diff --git a/modules/access_output/rist.c b/modules/access_output/rist.c
> index c1ac0bc921..0aa82cb118 100644
> --- a/modules/access_output/rist.c
> +++ b/modules/access_output/rist.c
> @@ -35,7 +35,9 @@
> #include <vlc_network.h>
> #include <vlc_threads.h>
> #include <vlc_rand.h>
> +#ifdef HAVE_POLL
> #include <poll.h>
> +#endif
> #include <sys/time.h>
> #include <sys/socket.h>
>
>
Hi,
This patch isn't sufficient to fix the build, I'm waiting for the end of a CI run to push a complete one: https://code.videolan.org/chouquette/vlc-3.0/-/jobs/504723
--
Hugo Beauzée-Luyssen
hugo at beauzee.fr
More information about the vlc-devel
mailing list