Revert "meson: dv plugin now works on MSVC"

This reverts commit 05a89613fe.

Let's not put in stuff that needs unreleased Meson. This can go in
for the next cycle.
This commit is contained in:
Nirbheek Chauhan 2016-10-27 23:02:37 +05:30
parent ef42288f3f
commit 6df682c6f9

View file

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