[vlc-commits] configure: don't enforce OpenGL ES 1 on iOS
Felix Paul Kühne
git at videolan.org
Fri Feb 8 18:02:25 CET 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Feb 8 18:01:05 2013 +0100| [b284beeee8894a86c32eae47cc996e973376e5aa] | committer: Felix Paul Kühne
configure: don't enforce OpenGL ES 1 on iOS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b284beeee8894a86c32eae47cc996e973376e5aa
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 9e7a5fe..aef627f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3164,7 +3164,6 @@ AC_ARG_ENABLE(ios-vout,
if test "${enable_ios_vout}" = "yes"
then
VLC_ADD_PLUGIN([vout_ios])
- VLC_ADD_CFLAGS([vout_ios], [-DUSE_OPENGL_ES=1])
VLC_ADD_LIBS([vout_ios], [-Wl,-framework,OpenGLES,-framework,QuartzCore,-framework,UIKit,-framework,Foundation])
fi
More information about the vlc-commits
mailing list