mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
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
This commit is contained in:
parent
a1d757b1ee
commit
b5c44dd47e
1 changed files with 1 additions and 5 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue