mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
meson: Print message when disabling taglib on MSVC
This commit is contained in:
parent
7077425c3d
commit
b7434f8d9c
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ subdir('shout2')
|
|||
subdir('soup')
|
||||
subdir('speex')
|
||||
# FIXME: taglib fails to compile and link with msvc
|
||||
if cc.get_id() != 'msvc'
|
||||
if cc.get_id() == 'msvc'
|
||||
message('Building with MSVC, disabling taglib support. Patches welcome!')
|
||||
else
|
||||
subdir('taglib')
|
||||
endif
|
||||
subdir('vpx')
|
||||
|
|
Loading…
Reference in a new issue