summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-10-08 11:17:10 +0200
committerwm4 <wm4@nowhere>2020-10-08 11:17:10 +0200
commit16b44d93f7014b3abd8f21a4035fd4ebeed1d2c0 (patch)
tree062d80a6c86b853bf474a47067b357b109767603 /wscript
parent6de25997a1c5eca4892ebdce492105d04feb436b (diff)
downloadmpv-16b44d93f7014b3abd8f21a4035fd4ebeed1d2c0.tar.bz2
mpv-16b44d93f7014b3abd8f21a4035fd4ebeed1d2c0.tar.xz
Revert "demux: add a POS"
This reverts commit 4f18e7927bacd2e887f8cca48a967804ce7adf86. It was a mistake, and barely anyone needs this.
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index 0467206462..6daf92e60b 100644
--- a/wscript
+++ b/wscript
@@ -383,11 +383,6 @@ 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',
}
]