summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-10-08 00:35:37 +0200
committerwm4 <wm4@nowhere>2020-10-08 00:35:37 +0200
commit4f18e7927bacd2e887f8cca48a967804ce7adf86 (patch)
treedc6f7b2244d54868a09ff632c7536ec34d00c238 /wscript
parent5dc16a4a183d51736cc56b4ef0a6b91a7b56fa09 (diff)
downloadmpv-4f18e7927bacd2e887f8cca48a967804ce7adf86.tar.bz2
mpv-4f18e7927bacd2e887f8cca48a967804ce7adf86.tar.xz
demux: add a POS
I regret doing this so much, it's fucking garbage. Fixes: #5100
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 5 insertions, 0 deletions
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',
}
]