vlc | branch: master | Felix Paul Kühne <[email protected]> | Fri Sep 11 12:41:09 2015 +0200| [f947d7ce396ada7c43e651d3ff9549359d03377a] | committer: Felix Paul Kühne
vout iOS: enable for tvOS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f947d7ce396ada7c43e651d3ff9549359d03377a --- modules/video_output/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am index be79e90..b7179c2 100644 --- a/modules/video_output/Makefile.am +++ b/modules/video_output/Makefile.am @@ -21,10 +21,13 @@ libcaopengllayer_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(voutdir)' -Wl,-fram vout_LTLIBRARIES += libvout_macosx_plugin.la libcaopengllayer_plugin.la endif -if HAVE_IOS libvout_ios2_plugin_la_SOURCES = video_output/ios2.m video_output/opengl.h video_output/opengl.c libvout_ios2_plugin_la_CFLAGS = $(AM_CFLAGS) libvout_ios2_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(voutdir)' -Wl,-framework,OpenGLES,-framework,QuartzCore,-framework,UIKit +if HAVE_IOS +vout_LTLIBRARIES += libvout_ios2_plugin.la +endif +if HAVE_TVOS vout_LTLIBRARIES += libvout_ios2_plugin.la endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
