[vlc-commits] CVPX converter: enable for tvOS
    Felix Paul Kühne 
    git at videolan.org
       
    Sun Jul 30 16:10:38 CEST 2017
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jul 30 16:09:39 2017 +0200| [48087f5c6d61eb683b39aad9905519229c1fb99c] | committer: Felix Paul Kühne
CVPX converter: enable for tvOS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=48087f5c6d61eb683b39aad9905519229c1fb99c
---
 modules/video_output/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index 6fdf482291..094a7f5025 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -22,6 +22,10 @@ if HAVE_IOS
 OPENGL_COMMONSOURCES += video_output/opengl/converter_cvpx.c
 OPENGL_COMMONCFLAGS += -DVLCGL_CONV_CVPX
 endif
+if HAVE_TVOS
+OPENGL_COMMONSOURCES += video_output/opengl/converter_cvpx.c
+OPENGL_COMMONCFLAGS += -DVLCGL_CONV_CVPX
+endif
 if HAVE_EGL
 if HAVE_VAAPI
 OPENGL_COMMONLIBS += $(LIBVA_LIBS) $(LIBVA_EGL_LIBS)
    
    
More information about the vlc-commits
mailing list