diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-16 18:57:03 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-16 18:57:03 +0000 |
commit | ec36b695b0bd054e673854fd1f02fa83e4bebea2 (patch) | |
tree | 413cfd368ce3c08e7866d48ca406ec3fc6638913 /Makefile.target | |
parent | 6330126439a1f08d2a586bb1357622d944a44ec4 (diff) | |
download | qemu-ec36b695b0bd054e673854fd1f02fa83e4bebea2.zip |
audio capture to wab files (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2059 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index eadd85c407..912a83ee47 100644 --- a/Makefile.target +++ b/Makefile.target @@ -321,6 +321,7 @@ endif ifdef CONFIG_ADLIB SOUND_HW += fmopl.o adlib.o endif +AUDIODRV+= wavcapture.o # SCSI layer VL_OBJS+= scsi-disk.o cdrom.o lsi53c895a.o |