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

2018-04-12 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem  | 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 

> 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 ###

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


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

2018-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem  | 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 ###

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits