[vlc-commits] opengl: ios: add missing opengles2 flag
Thomas Guillem
git at videolan.org
Wed Dec 6 16:34:27 CET 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Dec 6 16:15:23 2017 +0100| [b48244da992b721fd79edeef6dc2f7b18a13c31e] | committer: Thomas Guillem
opengl: ios: add missing opengles2 flag
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b48244da992b721fd79edeef6dc2f7b18a13c31e
---
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 79e8f879e2..0fbaf8b05d 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -46,7 +46,7 @@ libglconv_cvpx_plugin_la_CFLAGS = $(AM_CFLAGS) -DUSE_OPENGL_ES2
endif
libvout_ios_plugin_la_SOURCES = video_output/ios.m $(OPENGL_COMMONSOURCES)
-libvout_ios_plugin_la_CFLAGS = $(AM_CFLAGS) $(OPENGL_COMMONCLFAGS)
+libvout_ios_plugin_la_CFLAGS = $(AM_CFLAGS) $(OPENGL_COMMONCLFAGS) -DUSE_OPENGL_ES2
libvout_ios_plugin_la_LIBADD = $(OPENGL_COMMONLIBS)
libvout_ios_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(voutdir)' \
-Wl,-framework,OpenGLES,-framework,QuartzCore,-framework,UIKit
More information about the vlc-commits
mailing list