move coreaudio libraries to coreaudio selection
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
This commit is contained in:
parent
9f437a0919
commit
997e690ab9
@ -410,9 +410,6 @@ obj-m68k-y += m68k-semi.o dummy_m68k.o
|
|||||||
|
|
||||||
ifdef CONFIG_COCOA
|
ifdef CONFIG_COCOA
|
||||||
COCOA_LIBS=-F/System/Library/Frameworks -framework Cocoa -framework IOKit
|
COCOA_LIBS=-F/System/Library/Frameworks -framework Cocoa -framework IOKit
|
||||||
ifdef CONFIG_COREAUDIO
|
|
||||||
COCOA_LIBS+=-framework CoreAudio
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
ifdef CONFIG_SLIRP
|
ifdef CONFIG_SLIRP
|
||||||
QEMU_CFLAGS+=-I$(SRC_PATH)/slirp
|
QEMU_CFLAGS+=-I$(SRC_PATH)/slirp
|
||||||
|
6
configure
vendored
6
configure
vendored
@ -1015,7 +1015,11 @@ for drv in $audio_drv_list; do
|
|||||||
"pa_simple *s = NULL; pa_simple_free(s); return 0;"
|
"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(?)
|
# XXX: Probes for CoreAudio, DirectSound, SDL(?)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user