[vlc-devel] [PATCH 1/2] configure: bump opus requirement to 1.1

Steve Lhomme robux4 at gmail.com
Thu Jun 29 14:51:13 CEST 2017


Wouldn't it make more sense to check the version and enable a flag (if
there's none already in opus) to enable that code during compilation ?
If it's a different module only enable if it opus >= 1.1 but not the
main opus module.

On Thu, Jun 29, 2017 at 12:16 AM, Tristan Matthews <tmatth at videolan.org> wrote:
> Released in 2013, required for opus_pcm_soft_clip.
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 67fc7de..e86126f 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2702,7 +2702,7 @@ AM_CONDITIONAL([HAVE_SPEEXDSP], [test "$have_speexdsp" = "yes"])
>  dnl
>  dnl  Opus plugin
>  dnl
> -PKG_ENABLE_MODULES_VLC([OPUS], [], [ogg opus >= 1.0.3], [Opus support], [auto])
> +PKG_ENABLE_MODULES_VLC([OPUS], [], [ogg opus >= 1.1], [Opus support], [auto])
>
>  dnl
>  dnl  theora decoder plugin
> --
> 2.7.4
>
> _______________________________________________
> 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