[vlc-commits] contrib: coloured ASCII art: disable GL support
Rémi Denis-Courmont
git at videolan.org
Thu Oct 10 09:21:47 CEST 2019
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Oct 8 20:36:28 2019 +0300| [33e119bf9fd223ca3f8bf1f4790d2a8f83be08a3] | committer: Thomas Guillem
contrib: coloured ASCII art: disable GL support
Otherwise it is autodetected, which leads to nonreproducible builds:
depending if GLUT is available or not, OpenGL is enabled or not.
This also might fix #20543 (cannot be verified due to #17251).
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33e119bf9fd223ca3f8bf1f4790d2a8f83be08a3
---
contrib/src/caca/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/caca/rules.mak b/contrib/src/caca/rules.mak
index 6369d1ec5c..4bce456217 100644
--- a/contrib/src/caca/rules.mak
+++ b/contrib/src/caca/rules.mak
@@ -28,6 +28,7 @@ caca: libcaca-$(CACA_VERSION).tar.gz .sum-caca
mv caca/config.sub caca/config.guess caca/.auto
CACA_CONF := \
+ --disable-gl \
--disable-imlib2 \
--disable-doc \
--disable-ruby \
More information about the vlc-commits
mailing list