summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-04-20 10:02:23 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-06-16 18:20:39 +0200
commita66041a332970ced1473f44bce9516fc9ed5a16e (patch)
tree0dfe1b94087b93db8c056faf9f38db906813e97d /Makefile
parent680790617704b294476f27f265fd4041f06ae5a9 (diff)
downloadmpv-a66041a332970ced1473f44bce9516fc9ed5a16e.tar.bz2
mpv-a66041a332970ced1473f44bce9516fc9ed5a16e.tar.xz
ao_coreaudio: split ringbuffer in it's own file
This is hopefully the start of something good. ca_ringbuffer_read and ca_ringbuffer_write can probably cleaned up from all the NULL checks once ao_coreaudio.c gets simplyfied. Conflicts: audio/out/ao_coreaudio.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fab39353e..670eb8de26 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,8 @@ SOURCES-$(ALSA) += audio/out/ao_alsa.c
SOURCES-$(CACA) += video/out/vo_caca.c
SOURCES-$(SDL) += audio/out/ao_sdl.c
SOURCES-$(SDL2) += video/out/vo_sdl.c
-SOURCES-$(COREAUDIO) += audio/out/ao_coreaudio.c
+SOURCES-$(COREAUDIO) += audio/out/ao_coreaudio.c \
+ audio/out/ao_coreaudio/ca_ringbuffer.c
SOURCES-$(COREVIDEO) += video/out/vo_corevideo.m
SOURCES-$(DIRECT3D) += video/out/vo_direct3d.c \
video/out/w32_common.c