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

Thomas Guillem git at videolan.org
Thu Apr 12 16:30:38 CEST 2018


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

gl: add cvpx converter for tvOS

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

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

 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 17967b51af..dcc3cdc694 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