summaryrefslogtreecommitdiff
path: root/audio/Makefile.objs
diff options
context:
space:
mode:
authorKővágó, Zoltán <dirty.ice.hu@gmail.com>2015-06-03 23:03:46 +0200
committerGerd Hoffmann <kraxel@redhat.com>2015-06-15 10:50:31 +0200
commit3cec7cc22f95ce31565e8e2c03b06a2f7ae8bc6f (patch)
tree0a17f6d4669619cbfb78bff62fd34b84832bb6e7 /audio/Makefile.objs
parent14382605da6bda74516f275695bd3345bc54c464 (diff)
downloadqemu-3cec7cc22f95ce31565e8e2c03b06a2f7ae8bc6f.tar.gz
audio: remove winwave audio driver
DirectSound should be a superior choice on Windows. Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'audio/Makefile.objs')
-rw-r--r--audio/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
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