vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon Apr 18 14:05:06 2016 +0200| [9bfb04276555b78652425b5680b6425e6dff9541] | committer: Hugo Beauzée-Luyssen
stream_filter: Don't build prefetch on winrt > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9bfb04276555b78652425b5680b6425e6dff9541 --- 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 064e229..cd25583 100644 --- a/modules/stream_filter/Makefile.am +++ b/modules/stream_filter/Makefile.am @@ -24,7 +24,9 @@ endif libprefetch_plugin_la_SOURCES = stream_filter/prefetch.c libprefetch_plugin_la_LIBADD = $(LIBPTHREAD) +if !HAVE_WINSTORE stream_filter_LTLIBRARIES += libprefetch_plugin.la +endif libhds_plugin_la_SOURCES = \ stream_filter/hds/hds.c _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
