[vlc-devel] [PATCH 1/3] libplacebo: bump minimum dependency to v2.72.0
Steve Lhomme
robux4 at ycbcr.xyz
Mon Oct 4 05:41:32 UTC 2021
Hi,
We no longer pull patchsets from the mailing list.
You should create a Merge Request at https://code.videolan.org/videolan/vlc
Thanks.
On 2021-10-04 6:46, Niklas Haas wrote:
> From: Niklas Haas <git at haasn.dev>
>
> This is packaged everywhere relevant, including Debian 11 (stable).
> Fedora 33 and Ubuntu 20.10. (Rolling release distros all have v4
> anyways)
>
> Motivation behind this is twofold: besides the obvious code
> simplification, this is mainly for simpler forward compatibility with
> libplacebo v4+.
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 5e316ecc8f..f3beae52ce 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -3165,7 +3165,7 @@ AC_ARG_ENABLE([libplacebo],
> [disable libplacebo support (default auto)]))
>
> AS_IF([test "$enable_libplacebo" != "no"], [
> - PKG_CHECK_MODULES([LIBPLACEBO], [libplacebo >= 1.7], [
> + PKG_CHECK_MODULES([LIBPLACEBO], [libplacebo >= 2.72], [
> AC_DEFINE([HAVE_LIBPLACEBO], [1], [Define to 1 if libplacebo is enabled.])
> AC_CHECK_HEADER([libplacebo/vulkan.h], [VLC_ADD_PLUGIN([placebo_vk])])
> AC_CHECK_HEADER([libplacebo/opengl.h], [
> --
> 2.33.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