From a5de3c528ff9932f339d04c03ac3af24adf88c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= <hugo@beauzee.fr> Date: Mon, 18 Apr 2016 14:03:58 +0200 Subject: [PATCH] video_splitter: Don't build panoramix on winrt --- 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 f0e023cd0420..f6f952bac623 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) -- GitLab