summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Yong <10walls@gmail.com>2013-06-13 21:15:39 +0800
committerwm4 <wm4@nowhere>2013-06-18 13:16:58 +0200
commita9f76c6d86d6fbbc91878995f0d3ff8d94690418 (patch)
treef7e55024b8742d4b3c3ce8e557f9f49f24846f9a /Makefile
parent656f9e1ba7974f6053bf2b297688278f9b8949c4 (diff)
downloadmpv-a9f76c6d86d6fbbc91878995f0d3ff8d94690418.tar.bz2
mpv-a9f76c6d86d6fbbc91878995f0d3ff8d94690418.tar.xz
ao_wasapi0: add new wasapi event mode ao
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index be24bac316..1460fd7c89 100644
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,7 @@ SOURCES-$(COREVIDEO) += video/out/vo_corevideo.m
SOURCES-$(DIRECT3D) += video/out/vo_direct3d.c \
video/out/w32_common.c
SOURCES-$(DSOUND) += audio/out/ao_dsound.c
+SOURCES-$(WASAPI0) += audio/out/ao_wasapi0.c
SOURCES-$(GL) += video/out/gl_common.c video/out/gl_osd.c \
video/out/vo_opengl.c video/out/gl_lcms.c \
video/out/gl_video.c video/out/dither.c \