From: Nirbheek Chauhan Date: Thu, 27 Oct 2016 05:52:59 +0000 (+0530) Subject: meson: dv plugin now works on MSVC X-Git-Tag: 1.10.4~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05a89613feff70cff416367f5aa807a1d5c68b63;p=platform%2Fupstream%2Fgst-plugins-good.git meson: dv plugin now works on MSVC Needs a Meson patch to filter out the useless -lpthread https://github.com/mesonbuild/meson/pull/962 --- diff --git a/ext/meson.build b/ext/meson.build index d60e70b..6fef67c 100644 --- a/ext/meson.build +++ b/ext/meson.build @@ -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')