mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-10 22:01:29 +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('soup')
|
||||||
subdir('speex')
|
subdir('speex')
|
||||||
# FIXME: taglib fails to compile and link with msvc
|
# 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')
|
subdir('taglib')
|
||||||
endif
|
endif
|
||||||
subdir('vpx')
|
subdir('vpx')
|
||||||
|
|
Loading…
Reference in a new issue