From d1ee9ea261798f94fe958578d9748a69864c3058 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 10 Nov 2013 23:24:50 +0100 Subject: audio: add mp_audio_buffer Implementation wise, this could be much improved, such as using a ringbuffer that doesn't require copying data all the time. This is why we don't use mp_audio directly instead of mp_audio_buffer. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ccf845e1a1..31ee25362f 100644 --- a/Makefile +++ b/Makefile @@ -140,6 +140,7 @@ endif SOURCES-$(DLOPEN) += video/filter/vf_dlopen.c SOURCES = audio/audio.c \ + audio/audio_buffer.c \ audio/chmap.c \ audio/chmap_sel.c \ audio/fmt-conversion.c \ -- cgit v1.2.3