pipewire/spa/plugins/meson.build
2018-04-03 16:29:36 +02:00

15 lines
262 B
Meson

subdir('alsa')
subdir('audioconvert')
subdir('audiomixer')
subdir('audiotestsrc')
if sbc_dep.found()
subdir('bluez5')
endif
if avcodec_dep.found()
subdir('ffmpeg')
endif
subdir('support')
subdir('test')
subdir('videotestsrc')
subdir('volume')
subdir('v4l2')