mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
meson: Don't skip plugins that don't build with MSVC
We now have options for all plugins, so we will just disable these in the cerbero recipe instead. These require external deps, so they won't affect gst-build either.
This commit is contained in:
parent
ae7ecfceed
commit
7397eb0cd4
1 changed files with 2 additions and 8 deletions
|
@ -46,14 +46,8 @@ subdir('rtmp')
|
|||
subdir('sbc')
|
||||
subdir('smoothstreaming')
|
||||
#subdir('sndfile')
|
||||
if cc.get_id() != 'msvc'
|
||||
# soundtouch doesn't do exporting of symbols for DLLs and I'm not sure how to
|
||||
# do that for C++ classes. -- Nirbheek
|
||||
subdir('soundtouch')
|
||||
# libspandsp has a bunch of portability issues in the headers
|
||||
# If someone really wants to use this, it shouldn't be hard to port
|
||||
subdir('spandsp')
|
||||
endif
|
||||
subdir('soundtouch')
|
||||
subdir('spandsp')
|
||||
#subdir('spc')
|
||||
subdir('srt')
|
||||
subdir('srtp')
|
||||
|
|
Loading…
Reference in a new issue