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:
Nirbheek Chauhan 2016-10-27 11:22:59 +05:30
parent ddba77ea6e
commit 05a89613fe

View file

@ -5,10 +5,7 @@ subdir('gdk_pixbuf')
subdir('jack')
subdir('jpeg')
# subdir('libcaca')
# FIXME: dv plugin fails to link with msvc, wants pthread.lib
if cc.get_id() != 'msvc'
subdir('dv')
endif
subdir('dv')
subdir('libpng')
# subdir('raw1394')
subdir('pulse')