mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
ef42288f3f
commit
6df682c6f9
1 changed files with 4 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue