mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
af_rubberband: add new engine option in rubberband 3.0.0
This commit is contained in:
committed by
Dudemanguy
parent
ae768a1e14
commit
490e263529
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user