summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-08-28 20:26:14 +0200
committerwm4 <wm4@nowhere>2020-08-29 13:12:32 +0200
commit40c2e71d33a1b8d5ec9469691b01188589ec0fe7 (patch)
treefde5e1b78a3e1f0334371b24f7b1d41e98c3771e /wscript_build.py
parentb74c09efbf7c6969fc053265f72cc0501b840ce1 (diff)
downloadmpv-40c2e71d33a1b8d5ec9469691b01188589ec0fe7.tar.bz2
mpv-40c2e71d33a1b8d5ec9469691b01188589ec0fe7.tar.xz
audio_buffer: remove this
Unused, was terrible garbage. It was (or at least its implementation was) always a make-shift solution, and just gross bullshit. It is unused now, so delete it.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 63eb29a8f6..2df4d785df 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -217,7 +217,6 @@ def build(ctx):
sources = [
## Audio
( "audio/aframe.c" ),
- ( "audio/audio_buffer.c" ),
( "audio/chmap.c" ),
( "audio/chmap_sel.c" ),
( "audio/decode/ad_lavc.c" ),