<html><head></head><body>Err, I don't think you can have GL and GLES headers simultaneously.<br><br><div class="gmail_quote">Le 10 février 2020 13:52:04 GMT+02:00, Steve Lhomme <git@videolan.org> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">vlc | branch: master | Steve Lhomme <robux4@ycbcr.xyz> | Mon Feb 10 11:51:49 2020 +0100| [8a54db4ca4c6a591b694a3442ba3c9bcb436a086] | committer: Steve Lhomme<br><br>libvlc: callbacks: compile with the OpenGL C flags (for real)<br><br>Android is compiled with OpenGL ES2. We just need the headers anyway.<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"><a href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a54db4ca4c6a591b694a3442ba3c9bcb436a086">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a54db4ca4c6a591b694a3442ba3c9bcb436a086</a><br></blockquote><hr> modules/video_output/Makefile.am | 5 ++++-<br> 1 file changed, 4 insertions(+), 1 deletion(-)<br><br>diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am<br>index 23a5b6809c..bcb19e2949 100644<br>--- a/modules/video_output/Makefile.am<br>+++ b/modules/video_output/Makefile.am<br>@@ -335,7 +335,10 @@ libwextern_plugin_la_SOURCES = video_output/wextern.c<br> libyuv_plugin_la_SOURCES = video_output/yuv.c<br> <br> libvgl_plugin_la_SOURCES = video_output/vgl.c<br>-libgles2_plugin_la_CFLAGS = $(AM_CFLAGS) $(GL_CFLAGS) $(GLES2_CFLAGS)<br>+libvgl_plugin_la_CFLAGS = $(AM_CFLAGS) $(GL_CFLAGS)<br>+if HAVE_ANDROID<br>+libvgl_plugin_la_CFLAGS += $(GLES2_CFLAGS) -DUSE_OPENGL_ES2<br>+endif<br> <br> vout_LTLIBRARIES += \<br>  libflaschen_plugin.la \<hr>vlc-commits mailing list<br>vlc-commits@videolan.org<br><a href="https://mailman.videolan.org/listinfo/vlc-commits">https://mailman.videolan.org/listinfo/vlc-commits</a><br></pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>