[vlc-devel] [PATCH] fix gles2 plugin not being built
Thomas Guillem
tom at gllm.fr
Wed Oct 8 18:30:27 CEST 2014
---
modules/video_output/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index 9ad8384..c5db372 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -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)
--
2.1.0
More information about the vlc-devel
mailing list