[vlc-devel] [PATCH 2/2] test: Makefile.am: compile vlccoreios for tvOS

Alexandre Janniaux ajanni at videolabs.io
Tue Apr 13 07:57:58 UTC 2021


---
 test/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/Makefile.am b/test/Makefile.am
index 693acf0edc..1142d55387 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -300,3 +300,7 @@ vlccoreios_LDADD = ../lib/libvlc.la ../src/libvlccore.la
 if HAVE_IOS
 noinst_PROGRAMS += vlccoreios
 endif
+
+if HAVE_TVOS
+noinst_PROGRAMS += vlccoreios
+endif
-- 
2.31.1



More information about the vlc-devel mailing list