mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
05a89613fe
Needs a Meson patch to filter out the useless -lpthread https://github.com/mesonbuild/meson/pull/962
20 lines
368 B
Meson
20 lines
368 B
Meson
# subdir('aalib')
|
|
subdir('cairo')
|
|
subdir('flac')
|
|
subdir('gdk_pixbuf')
|
|
subdir('jack')
|
|
subdir('jpeg')
|
|
# subdir('libcaca')
|
|
subdir('dv')
|
|
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')
|