[vlc-commits] fix gles2 plugin not being built

Thomas Guillem git at videolan.org
Wed Oct 8 18:35:54 CEST 2014


vlc | branch: master | Thomas Guillem <tom at gllm.fr> | Wed Oct  8 18:30:27 2014 +0200| [919850d1d07c568e68300ad2260fa9ea202cf569] | committer: Jean-Baptiste Kempf

fix gles2 plugin not being built

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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)



More information about the vlc-commits mailing list