From 3cec7cc22f95ce31565e8e2c03b06a2f7ae8bc6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C5=91v=C3=A1g=C3=B3=2C=20Zolt=C3=A1n?= Date: Wed, 3 Jun 2015 23:03:46 +0200 Subject: audio: remove winwave audio driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DirectSound should be a superior choice on Windows. Signed-off-by: Kővágó, Zoltán Signed-off-by: Gerd Hoffmann --- audio/Makefile.objs | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/Makefile.objs') diff --git a/audio/Makefile.objs b/audio/Makefile.objs index b4c0608929..481d1aa30e 100644 --- a/audio/Makefile.objs +++ b/audio/Makefile.objs @@ -6,7 +6,6 @@ common-obj-$(CONFIG_COREAUDIO) += coreaudio.o common-obj-$(CONFIG_ALSA) += alsaaudio.o common-obj-$(CONFIG_DSOUND) += dsoundaudio.o common-obj-$(CONFIG_PA) += paaudio.o -common-obj-$(CONFIG_WINWAVE) += winwaveaudio.o common-obj-$(CONFIG_AUDIO_PT_INT) += audio_pt_int.o common-obj-$(CONFIG_AUDIO_WIN_INT) += audio_win_int.o common-obj-y += wavcapture.o -- cgit v1.2.1