opengl: Makefile.am: remove emscripten specific gles2 libraries
75b62f44 aims to generalize HAVE_GLES2 with the introduction of (!HAVE_GL and HAVE_GLES2) and removes android specific library adding. However, emscripen, like android falls into this criteria but not removed. Hence libraries like libvlc_opengles.la is added twice and causing error: "duplicate symbol" during shared module building. Fix this by removing emscripten's block of code that causes this.
parent
74d2eed9
Loading
Loading
Pipeline
#453361
passed
with stage
in
4 minutes and 45 seconds
Loading
Please register or sign in to comment