[vlc-commits] configure: requires libplacebo v0.2.1
Thomas Guillem
git at videolan.org
Thu Feb 15 08:42:28 CET 2018
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Feb 14 14:50:05 2018 +0100| [7b2408528966c4a4d53c49f580590f0399f9cf90] | committer: Thomas Guillem
configure: requires libplacebo v0.2.1
v0.2.0 should not be used because of known issues, like
- typo in gamut warning shader
- mix(vecN, vecN, vecN) issue on GLSL 120
(cherry picked from commit 971b31d933fff1d1e9ab4e1bad9b696b31432cc7)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=7b2408528966c4a4d53c49f580590f0399f9cf90
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 1750b0391f..c5d7a41063 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4135,7 +4135,7 @@ AC_ARG_ENABLE(libplacebo,
[disable libplacebo support (default auto)])])
AS_IF([test "$enable_libplacebo" != "no"], [
- PKG_CHECK_MODULES([LIBPLACEBO], [libplacebo >= 0.2], [
+ PKG_CHECK_MODULES([LIBPLACEBO], [libplacebo >= 0.2.1], [
AC_DEFINE([HAVE_LIBPLACEBO], [1], [Define to 1 if libplacebo is enabled.])
], [
AS_IF([test -n "${enable_libplacebo}"], [
More information about the vlc-commits
mailing list