]> Git Repo - qemu.git/commitdiff
move coreaudio libraries to coreaudio selection
authorJuan Quintela <[email protected]>
Mon, 3 Aug 2009 12:46:29 +0000 (14:46 +0200)
committerAnthony Liguori <[email protected]>
Mon, 10 Aug 2009 18:05:40 +0000 (13:05 -0500)
Signed-off-by: Juan Quintela <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Message-Id:

Makefile.target
configure

index 934b8f2e01f2e62da65637658e746ad8020b3f09..374071c8aedc3550a32a7ed69dcf51a14dfb9222 100644 (file)
@@ -410,9 +410,6 @@ obj-m68k-y += m68k-semi.o dummy_m68k.o
 
 ifdef CONFIG_COCOA
 COCOA_LIBS=-F/System/Library/Frameworks -framework Cocoa -framework IOKit
-ifdef CONFIG_COREAUDIO
-COCOA_LIBS+=-framework CoreAudio
-endif
 endif
 ifdef CONFIG_SLIRP
 QEMU_CFLAGS+=-I$(SRC_PATH)/slirp
index 551b626ae5dffbb1f8131b30fd420d0ef6f7321c..53055791f63ebd927293ae9ad2439383d43d8bec 100755 (executable)
--- a/configure
+++ b/configure
@@ -1015,7 +1015,11 @@ for drv in $audio_drv_list; do
         "pa_simple *s = NULL; pa_simple_free(s); return 0;"
     ;;
 
-    oss|sdl|core|wav|dsound)
+    coreaudio)
+      libs_softmmu="-framework CoreAudio $libs_softmmu"
+    ;;
+
+    oss|sdl|wav|dsound)
     # XXX: Probes for CoreAudio, DirectSound, SDL(?)
     ;;
 
This page took 0.031523 seconds and 4 git commands to generate.