[vlc-devel] [3.0 PATCH] configure: ignore too new SRT
Alexandre Janniaux
ajanni at videolabs.io
Sun Jan 17 11:58:00 UTC 2021
Hi,
I'm compiling with libsrt 1.4.2, so it seems the issue is
only on libsrt 1.3.x, what is your build issue?
Regards,
--
Alexandre Janniaux
Videolabs
On Sun, Jan 17, 2021 at 12:18:22PM +0200, remi at remlab.net wrote:
> From: RĂ©mi Denis-Courmont <remi at remlab.net>
>
> SRT does not maintain backward source compatibility. This breaks the
> build on, e.g., Debian unstable.
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 63c11509d0..5011be8892 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -4016,7 +4016,7 @@ AM_CONDITIONAL([HAVE_LIRC], [test "${have_lirc}" = "yes"])
> dnl
> dnl SRT plugin
> dnl
> -PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
> +PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2 srt < 1.3.0], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
>
> EXTEND_HELP_STRING([Visualisations and Video filter plugins:])
> dnl
> --
> 2.30.0
>
> _______________________________________________
> 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