2018-10-09 13:57:59 +05:30
|
|
|
if get_option('alsa')
|
|
|
|
|
subdir('alsa')
|
|
|
|
|
endif
|
|
|
|
|
if get_option('audioconvert')
|
|
|
|
|
subdir('audioconvert')
|
|
|
|
|
endif
|
|
|
|
|
if get_option('audiomixer')
|
|
|
|
|
subdir('audiomixer')
|
|
|
|
|
endif
|
2019-10-16 11:13:23 +02:00
|
|
|
if get_option('control')
|
|
|
|
|
subdir('control')
|
|
|
|
|
endif
|
2018-10-09 13:57:59 +05:30
|
|
|
if get_option('audiotestsrc')
|
|
|
|
|
subdir('audiotestsrc')
|
|
|
|
|
endif
|
2019-01-29 17:42:04 +02:00
|
|
|
if get_option('bluez5')
|
2018-01-23 16:06:54 +01:00
|
|
|
subdir('bluez5')
|
|
|
|
|
endif
|
2019-01-29 17:42:04 +02:00
|
|
|
if get_option('ffmpeg')
|
2017-07-04 11:30:49 +02:00
|
|
|
subdir('ffmpeg')
|
|
|
|
|
endif
|
2019-08-20 20:35:41 +02:00
|
|
|
if get_option('jack')
|
|
|
|
|
subdir('jack')
|
|
|
|
|
endif
|
2018-10-09 13:57:59 +05:30
|
|
|
if get_option('support')
|
|
|
|
|
subdir('support')
|
|
|
|
|
endif
|
|
|
|
|
if get_option('test')
|
|
|
|
|
subdir('test')
|
|
|
|
|
endif
|
2019-07-25 12:19:41 +02:00
|
|
|
if get_option('videoconvert')
|
|
|
|
|
subdir('videoconvert')
|
|
|
|
|
endif
|
2018-10-09 13:57:59 +05:30
|
|
|
if get_option('videotestsrc')
|
|
|
|
|
subdir('videotestsrc')
|
|
|
|
|
endif
|
|
|
|
|
if get_option('volume')
|
|
|
|
|
subdir('volume')
|
|
|
|
|
endif
|
2019-08-19 16:32:22 +02:00
|
|
|
if get_option('vulkan')
|
|
|
|
|
subdir('vulkan')
|
|
|
|
|
endif
|
2018-10-09 13:57:59 +05:30
|
|
|
if get_option('v4l2')
|
|
|
|
|
subdir('v4l2')
|
|
|
|
|
endif
|
2020-04-20 12:26:50 +05:30
|
|
|
if get_option('libcamera')
|
|
|
|
|
subdir('libcamera')
|
|
|
|
|
endif
|