[vlc-commits] test: Makefile.am: compile vlccoreios for tvOS

Alexandre Janniaux git at videolan.org
Thu Apr 15 14:08:03 UTC 2021


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Sat Feb 20 16:59:34 2021 +0100| [64b2d98d664c97fb557c172a363e092bd5c856df] | committer: Alexandre Janniaux

test: Makefile.am: compile vlccoreios for tvOS

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

 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



More information about the vlc-commits mailing list