qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5002] Handle remaining driver names when traversing audio_


From: malc
Subject: [Qemu-devel] [5002] Handle remaining driver names when traversing audio_drv_list ( Initial patch by BlueSwirl)
Date: Wed, 13 Aug 2008 21:48:02 +0000

Revision: 5002
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5002
Author:   malc
Date:     2008-08-13 21:48:01 +0000 (Wed, 13 Aug 2008)

Log Message:
-----------
Handle remaining driver names when traversing audio_drv_list (Initial patch by 
BlueSwirl)

Probes for SDL/CoreAudio/DirectSound are probably needed there.

Modified Paths:
--------------
    trunk/configure

Modified: trunk/configure
===================================================================
--- trunk/configure     2008-08-13 13:01:28 UTC (rev 5001)
+++ trunk/configure     2008-08-13 21:48:01 UTC (rev 5002)
@@ -828,6 +828,10 @@
     }
     ;;
 
+    oss|sdl|core|wav|dsound)
+    # XXX: Probes for CoreAudio, DirectSound, SDL(?)
+    ;;
+
     esac
 done
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]