From 4f18e7927bacd2e887f8cca48a967804ce7adf86 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 8 Oct 2020 00:35:37 +0200 Subject: demux: add a POS I regret doing this so much, it's fucking garbage. Fixes: #5100 --- wscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 6daf92e60b..0467206462 100644 --- a/wscript +++ b/wscript @@ -383,6 +383,11 @@ iconv support use --disable-iconv.", 'desc': 'SDL2 gamepad input', 'deps': 'sdl2', 'func': check_true, + }, { + 'name': '--fluidsynth', + 'desc': 'MIDI file playback support via fluidsynth', + 'func': check_pkg_config('fluidsynth', '>= 2.1.5'), + 'default': 'disable', } ] -- cgit v1.2.3