mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
meson: dv plugin now works on MSVC
Needs a Meson patch to filter out the useless -lpthread https://github.com/mesonbuild/meson/pull/962
This commit is contained in:
parent
ddba77ea6e
commit
05a89613fe
1 changed files with 1 additions and 4 deletions
|
@ -5,10 +5,7 @@ subdir('gdk_pixbuf')
|
||||||
subdir('jack')
|
subdir('jack')
|
||||||
subdir('jpeg')
|
subdir('jpeg')
|
||||||
# subdir('libcaca')
|
# subdir('libcaca')
|
||||||
# FIXME: dv plugin fails to link with msvc, wants pthread.lib
|
subdir('dv')
|
||||||
if cc.get_id() != 'msvc'
|
|
||||||
subdir('dv')
|
|
||||||
endif
|
|
||||||
subdir('libpng')
|
subdir('libpng')
|
||||||
# subdir('raw1394')
|
# subdir('raw1394')
|
||||||
subdir('pulse')
|
subdir('pulse')
|
||||||
|
|
Loading…
Reference in a new issue