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
|
|
|
|
|
if get_option('audiotestsrc')
|
|
|
|
|
subdir('audiotestsrc')
|
|
|
|
|
endif
|
2018-11-27 17:19:32 +01:00
|
|
|
if get_option('bluez5') and sbc_dep.found() and bluez_dep.found()
|
2018-01-23 16:06:54 +01:00
|
|
|
subdir('bluez5')
|
|
|
|
|
endif
|
2018-10-09 13:57:59 +05:30
|
|
|
if get_option('ffmpeg') and avcodec_dep.found()
|
2017-07-04 11:30:49 +02:00
|
|
|
subdir('ffmpeg')
|
|
|
|
|
endif
|
2018-10-09 13:57:59 +05:30
|
|
|
if get_option('support')
|
|
|
|
|
subdir('support')
|
|
|
|
|
endif
|
|
|
|
|
if get_option('test')
|
|
|
|
|
subdir('test')
|
|
|
|
|
endif
|
|
|
|
|
if get_option('videotestsrc')
|
|
|
|
|
subdir('videotestsrc')
|
|
|
|
|
endif
|
|
|
|
|
if get_option('volume')
|
|
|
|
|
subdir('volume')
|
|
|
|
|
endif
|
|
|
|
|
if get_option('v4l2')
|
|
|
|
|
subdir('v4l2')
|
|
|
|
|
endif
|