Skip to content
Snippets Groups Projects
Commit a5de3c52 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

video_splitter: Don't build panoramix on winrt

parent 35ac138c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment