qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT c6a5a71] Fix build for ESD audio


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT c6a5a71] Fix build for ESD audio
Date: Fri, 10 Jul 2009 19:16:39 -0000

From: Anthony Liguori <address@hidden>

Signed-off-by: Anthony Liguori <address@hidden>

diff --git a/Makefile b/Makefile
index 66c28e5..caf8530 100644
--- a/Makefile
+++ b/Makefile
@@ -123,18 +123,18 @@ obj-y += migration-exec.o
 endif
 
 ifdef CONFIG_COREAUDIO
-AUDIO_PT = yes
+AUDIO_PT = y
 endif
 ifdef CONFIG_FMOD
 audio/audio.o audio/fmodaudio.o: CPPFLAGS := -I$(CONFIG_FMOD_INC) $(CPPFLAGS)
 endif
 ifdef CONFIG_ESD
-AUDIO_PT = yes
-AUDIO_PT_INT = yes
+AUDIO_PT = y
+AUDIO_PT_INT = y
 endif
 ifdef CONFIG_PA
-AUDIO_PT = yes
-AUDIO_PT_INT = yes
+AUDIO_PT = y
+AUDIO_PT_INT = y
 endif
 ifdef AUDIO_PT
 LDFLAGS += -pthread




reply via email to

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