Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nirbheek committed Feb 21, 2019
1 parent a1d757b commit b5c44dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions 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')
Expand Down

0 comments on commit b5c44dd

Please sign in to comment.