[vlc-devel] [3.0 PATCH] configure: ignore too new SRT
Thomas Guillem
thomas at gllm.fr
Mon Jan 18 13:15:36 UTC 2021
Is it possible to workaround the issue using ifdef and SRT_VERSION_MAJOR, SRT_VERSION_MINOR instead?
FWI, we are using srt 1.4.2 from contrib so this patch breaks srt support when using contribs.
For 4.0, we can maybe only support >= 1.4.2.
On Sun, Jan 17, 2021, at 13:43, Rémi Denis-Courmont wrote:
> Le sunnuntaina 17. tammikuuta 2021, 14.29.36 EET Alexandre Janniaux a écrit :
> > Hi,
> >
> > What is the compiler error?
>
> ../../modules/access/srt.c:168:37: error: ‘SRTO_TSBPDDELAY’ undeclared (first
> use in this function); did you mean ‘SRTO_TSBPDMODE’?
> 168 | srt_setsockopt( p_sys->sock, 0, SRTO_TSBPDDELAY,
> | ^~~~~~~~~~~~~~~
> | SRTO_TSBPDMODE
> ../../modules/access/srt.c:168:37: note: each undeclared identifier is reported
> only once for each function it appears in
>
> --
> 雷米‧德尼-库尔蒙
> http://www.remlab.net/
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list