af_rubberband: add new engine option in rubberband 3.0.0

This commit is contained in:
Christoph Heinrich
2022-07-16 03:17:41 +02:00
committed by Dudemanguy
parent ae768a1e14
commit 490e263529
4 changed files with 22 additions and 2 deletions

View File

@@ -1774,6 +1774,7 @@ conf_data.set10('HAVE_PULSE', pulse.found())
conf_data.set10('HAVE_RPI', rpi['use'])
conf_data.set10('HAVE_RPI_MMAL', rpi_mmal.found())
conf_data.set10('HAVE_RUBBERBAND', rubberband.found())
conf_data.set10('HAVE_RUBBERBAND_3', rubberband.version().version_compare('>= 3.0.0'))
conf_data.set10('HAVE_SDL2', sdl2.found())
conf_data.set10('HAVE_SDL2_AUDIO', sdl2_audio.allowed())
conf_data.set10('HAVE_SDL2_GAMEPAD', sdl2_gamepad.allowed())