vlc | branch: master | Thomas Guillem <[email protected]> | Wed Feb 26 10:49:00 
2020 +0100| [789f9a8b134b765bfece4fb45ab0c35644a73cff] | committer: Thomas 
Guillem

Revert "Disable the libvgl plugin if OpenGL isn't available"

Now that vgl.c doesn't depend on OpenGL headers anymore, this patch can be
reverted as it prevents using vglmem on targets that only have Opengl ES and no
OpenGL headers, like android.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=789f9a8b134b765bfece4fb45ab0c35644a73cff
---

 modules/video_output/Makefile.am | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index ed63c1dd36..566e7b5fd8 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -348,8 +348,5 @@ vout_LTLIBRARIES += \
        libvmem_plugin.la \
        libwdummy_plugin.la \
        libwextern_plugin.la \
+       libvgl_plugin.la \
        libyuv_plugin.la
-
-if HAVE_GL
-vout_LTLIBRARIES += libvgl_plugin.la
-endif

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

Reply via email to