mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
6df682c6f9
This reverts commit 05a89613fe
.
Let's not put in stuff that needs unreleased Meson. This can go in
for the next cycle.
23 lines
463 B
Meson
23 lines
463 B
Meson
# subdir('aalib')
|
|
subdir('cairo')
|
|
subdir('flac')
|
|
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('libpng')
|
|
# subdir('raw1394')
|
|
subdir('pulse')
|
|
subdir('shout2')
|
|
subdir('soup')
|
|
subdir('speex')
|
|
# FIXME: taglib fails to compile and link with msvc
|
|
if cc.get_id() != 'msvc'
|
|
subdir('taglib')
|
|
endif
|
|
subdir('vpx')
|
|
subdir('wavpack')
|