From b5c44dd47edc121f5663c533ac53787b24635e13 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 21 Feb 2019 19:18:18 +0530 Subject: [PATCH] meson: Remove outdated msvc-specific disabling code This was done ages ago when the meson build files were newly added but now we do the appropriate disabling in Cerbero instead since this does not apply to gst-build. https://gitlab.freedesktop.org/gstreamer/cerbero/issues/121 --- ext/meson.build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ext/meson.build b/ext/meson.build index 60bce14..d984b50 100644 --- a/ext/meson.build +++ b/ext/meson.build @@ -1,11 +1,7 @@ subdir('alsa') subdir('cdparanoia') subdir('gl') -if cc.get_id() != 'msvc' - # FIXME: libvisual has MinGW-specific headers which are not compatible with - # MSVC. Need to either fix the headers or build libvisual with MSVC too. - subdir('libvisual') -endif +subdir('libvisual') subdir('ogg') subdir('opus') subdir('pango') -- 2.7.4