summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2013-07-20 14:13:39 -0300
committerwm4 <wm4@nowhere>2013-07-22 02:42:38 +0200
commitd5adaed9d84317aff546c71c28a338944a68a770 (patch)
treefa58afa3189fa1c3083f9884582cac67dfbc41ec /Makefile
parent553ed6b32fd6eb6659ba7081cdcab3ad8b82646c (diff)
downloadmpv-d5adaed9d84317aff546c71c28a338944a68a770.tar.bz2
mpv-d5adaed9d84317aff546c71c28a338944a68a770.tar.xz
ao_wasapi0: Rename to ao_wasapi
Nobody knows what the 0 was for. There's no "WASAPI version 0". Just take it out.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c0c1c6490..038b42b88e 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,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-$(WASAPI) += audio/out/ao_wasapi.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 \