Commit b284beee authored by Felix Paul Kühne's avatar Felix Paul Kühne

configure: don't enforce OpenGL ES 1 on iOS

parent 01e0512b
......@@ -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
......
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