Commit 292ecf24 authored by Romain Goyet's avatar Romain Goyet Committed by Pierre d'Herbemont

modules: Add iOS vout module.

Signed-off-by: default avatarPierre d'Herbemont <pdherbemont@free.fr>
parent 103ae418
......@@ -3360,6 +3360,17 @@ then
VLC_ADD_PLUGIN([snapshot])
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_LDFLAGS([vout_ios], [-Wl,-framework,OpenGLES,-framework,QuartzCore,-framework,UIKit,-framework,Foundation])
fi
dnl
dnl Windows DirectX module
dnl
......
......@@ -13,6 +13,7 @@ SOURCES_directfb = directfb.c
SOURCES_vmem = vmem.c
SOURCES_yuv = yuv.c
SOURCES_vout_macosx = macosx.m
SOURCES_vout_ios = ios.m
libxcb_x11_plugin_la_SOURCES = \
xcb/xcb_vlc.h \
......
This diff is collapsed.
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