vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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 <[email protected]>

> 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 \

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to