[vlc-commits] gl: add cvpx converter for tvOS

Thomas Guillem git at videolan.org
Thu Apr 12 16:31:51 CEST 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Apr 12 16:30:18 2018 +0200| [d4afc72f6c6ea3a75e447d6e55d8f13a33ba769c] | committer: Thomas Guillem

gl: add cvpx converter for tvOS

This commit enables HW decoding and direct rendering with VideoToolBox on tvOS.

(cherry picked from commit e9afb57b6c13b5d6a77ea0ab03d59f02dc2157cc)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d4afc72f6c6ea3a75e447d6e55d8f13a33ba769c
---

 modules/video_output/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index 2361549ed4..3f55fafaba 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -54,7 +54,7 @@ if HAVE_IOS
 vout_LTLIBRARIES += libvout_ios_plugin.la libglconv_cvpx_plugin.la
 endif
 if HAVE_TVOS
-vout_LTLIBRARIES += libvout_ios_plugin.la
+vout_LTLIBRARIES += libvout_ios_plugin.la libglconv_cvpx_plugin.la
 endif
 
 ### OpenGL ###



More information about the vlc-commits mailing list