vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon Apr 18 14:03:58 2016 +0200| [a5de3c528ff9932f339d04c03ac3af24adf88c1e] | committer: Hugo Beauzée-Luyssen
video_splitter: Don't build panoramix on winrt > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a5de3c528ff9932f339d04c03ac3af24adf88c1e --- modules/video_splitter/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/video_splitter/Makefile.am b/modules/video_splitter/Makefile.am index f0e023c..f6f952b 100644 --- a/modules/video_splitter/Makefile.am +++ b/modules/video_splitter/Makefile.am @@ -12,7 +12,9 @@ libpanoramix_plugin_la_SOURCES = video_splitter/panoramix.c libpanoramix_plugin_la_CFLAGS = $(AM_CFLAGS) libpanoramix_plugin_la_LIBADD = $(LIBM) if HAVE_WIN32 +if !HAVE_WINSTORE splitter_LTLIBRARIES += libpanoramix_plugin.la +endif else if HAVE_XCB_RANDR libpanoramix_plugin_la_CFLAGS += $(XCB_RANDR_CFLAGS) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
