[vlc-commits] decomp filter: disable for tvOS

Felix Paul Kühne git at videolan.org
Fri Sep 11 15:29:28 CEST 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Sep 11 12:41:37 2015 +0200| [593262d8aa99a41817a820bb023561293d361e1d] | committer: Felix Paul Kühne

decomp filter: disable for tvOS

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

 modules/stream_filter/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/stream_filter/Makefile.am b/modules/stream_filter/Makefile.am
index 7bf3b4a..bd9825f 100644
--- a/modules/stream_filter/Makefile.am
+++ b/modules/stream_filter/Makefile.am
@@ -11,8 +11,10 @@ stream_filter_LTLIBRARIES += libcache_block_plugin.la
 libdecomp_plugin_la_SOURCES = stream_filter/decomp.c
 libdecomp_plugin_la_LIBADD = $(LIBPTHREAD)
 if !HAVE_WIN32
+if !HAVE_TVOS
 stream_filter_LTLIBRARIES += libdecomp_plugin.la
 endif
+endif
 
 libprefetch_plugin_la_SOURCES = stream_filter/prefetch.c
 libprefetch_plugin_la_LIBADD = $(LIBPTHREAD)



More information about the vlc-commits mailing list