Revert "meson: dv plugin now works on MSVC"
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 17:32:37 +0000 (23:02 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 28 Nov 2016 14:27:55 +0000 (19:57 +0530)
This reverts commit 05a89613feff70cff416367f5aa807a1d5c68b63.

Let's not put in stuff that needs unreleased Meson. This can go in
for the next cycle.

ext/meson.build

index 6fef67c..d60e70b 100644 (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')