Commit 593262d8 authored by Felix Paul Kühne's avatar Felix Paul Kühne

decomp filter: disable for tvOS

parent 37f6569e
...@@ -11,8 +11,10 @@ stream_filter_LTLIBRARIES += libcache_block_plugin.la ...@@ -11,8 +11,10 @@ stream_filter_LTLIBRARIES += libcache_block_plugin.la
libdecomp_plugin_la_SOURCES = stream_filter/decomp.c libdecomp_plugin_la_SOURCES = stream_filter/decomp.c
libdecomp_plugin_la_LIBADD = $(LIBPTHREAD) libdecomp_plugin_la_LIBADD = $(LIBPTHREAD)
if !HAVE_WIN32 if !HAVE_WIN32
if !HAVE_TVOS
stream_filter_LTLIBRARIES += libdecomp_plugin.la stream_filter_LTLIBRARIES += libdecomp_plugin.la
endif endif
endif
libprefetch_plugin_la_SOURCES = stream_filter/prefetch.c libprefetch_plugin_la_SOURCES = stream_filter/prefetch.c
libprefetch_plugin_la_LIBADD = $(LIBPTHREAD) libprefetch_plugin_la_LIBADD = $(LIBPTHREAD)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment