2021-03-10 15:36:27 -03:00
|
|
|
if alsa_dep.found()
|
2018-10-09 13:57:59 +05:30
|
|
|
subdir('alsa')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if not get_option('audioconvert').disabled()
|
2018-10-09 13:57:59 +05:30
|
|
|
subdir('audioconvert')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if not get_option('audiomixer').disabled()
|
2018-10-09 13:57:59 +05:30
|
|
|
subdir('audiomixer')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if not get_option('control').disabled()
|
2019-10-16 11:13:23 +02:00
|
|
|
subdir('control')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if not get_option('audiotestsrc').disabled()
|
2018-10-09 13:57:59 +05:30
|
|
|
subdir('audiotestsrc')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
subdir('bluez5')
|
|
|
|
|
if avcodec_dep.found() and avformat_dep.found()
|
2017-07-04 11:30:49 +02:00
|
|
|
subdir('ffmpeg')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if jack_dep.found()
|
2019-08-20 20:35:41 +02:00
|
|
|
subdir('jack')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if not get_option('support').disabled()
|
2018-10-09 13:57:59 +05:30
|
|
|
subdir('support')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if not get_option('test').disabled()
|
2018-10-09 13:57:59 +05:30
|
|
|
subdir('test')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if not get_option('videoconvert').disabled()
|
2019-07-25 12:19:41 +02:00
|
|
|
subdir('videoconvert')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if not get_option('videotestsrc').disabled()
|
2018-10-09 13:57:59 +05:30
|
|
|
subdir('videotestsrc')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if not get_option('volume').disabled()
|
2018-10-09 13:57:59 +05:30
|
|
|
subdir('volume')
|
|
|
|
|
endif
|
2021-03-17 20:52:20 +02:00
|
|
|
if vulkan_headers
|
2019-08-19 16:32:22 +02:00
|
|
|
subdir('vulkan')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if libudev_dep.found() and not get_option('v4l2').disabled()
|
2018-10-09 13:57:59 +05:30
|
|
|
subdir('v4l2')
|
|
|
|
|
endif
|
2021-03-10 15:36:27 -03:00
|
|
|
if libcamera_dep.found()
|
2020-04-20 12:26:50 +05:30
|
|
|
subdir('libcamera')
|
|
|
|
|
endif
|