From d5adaed9d84317aff546c71c28a338944a68a770 Mon Sep 17 00:00:00 2001 From: "Diogo Franco (Kovensky)" Date: Sat, 20 Jul 2013 14:13:39 -0300 Subject: ao_wasapi0: Rename to ao_wasapi Nobody knows what the 0 was for. There's no "WASAPI version 0". Just take it out. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3