[vlc-devel] [PATCH] Restore compatibility with recent SRT library
Francois Cartegnie
fcvlcdev at free.fr
Tue Oct 13 22:13:11 CEST 2020
Le 13/10/2020 à 21:45, Julien Montant a écrit :
> srt_set_socket_option( access_obj, SRT_PARAM_LATENCY, p_sys->sock,
> - SRTO_TSBPDDELAY, &i_latency, sizeof(i_latency) );
> + SRTO_LATENCY, &i_latency, sizeof(i_latency) );
>
> /* set passphrase */
> if (psz_passphrase != NULL && psz_passphrase[0] != '\0') {
>
Do we have a way to check the lib version to add a define instead ?
I don't see why a library value rename would need bumping the requirements.
--
Francois Cartegnie
VideoLAN - VLC Developer
More information about the vlc-devel
mailing list