Commit 919850d1 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

fix gles2 plugin not being built

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9f8db454
......@@ -32,7 +32,7 @@ endif
### OpenGL ###
# TODO: merge all three source files (?)
libgles2_plugin_la_SOURCES = video_output/opengl.c video_output/opengl.h
libgles2_plugin_la_SOURCES = video_output/opengl.c video_output/opengl.h \
video_output/gl.c
libgles2_plugin_la_CFLAGS = $(AM_CFLAGS) $(GLES2_CFLAGS) -DUSE_OPENGL_ES=2
libgles2_plugin_la_LIBADD = $(GLES2_LIBS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment