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

configure: remove remnants of the 1st generation iOS vout removed in 902cc2d4

parent 58c8f9f3
......@@ -3229,17 +3229,6 @@ if test "${enable_android_surface}" = "yes"; then
fi
dnl
dnl iOS vout module
dnl
AC_ARG_ENABLE(ios-vout,
[ --enable-ios-vout iOS video output module (default disabled)])
if test "${enable_ios_vout}" = "yes"
then
VLC_ADD_PLUGIN([vout_ios])
VLC_ADD_LIBS([vout_ios], [-Wl,-framework,OpenGLES,-framework,QuartzCore,-framework,UIKit,-framework,Foundation])
fi
dnl
dnl iOS ES2 vout module
dnl
......
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