projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4de67f2
)
FMOD_CFLAGS is not set when CONFIG_FMOD is undef
author
Juan Quintela
<quintela@redhat.com>
Mon, 3 Aug 2009 12:46:57 +0000
(14:46 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 10 Aug 2009 18:05:45 +0000
(13:05 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7294bfed5f847aca3e67dd4b087a76466432c09b..01331f6e9548370fd91e0192007af7da9c5f3eb7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-98,9
+98,7
@@
obj-$(CONFIG_POSIX) += migration-exec.o
ifdef CONFIG_COREAUDIO
AUDIO_PT = y
endif
-ifdef CONFIG_FMOD
-audio/audio.o audio/fmodaudio.o: QEMU_CFLAGS := $(FMOD_CFLAGS) $(QEMU_CFLAGS)
-endif
+audio/audio.o audio/fmodaudio.o: QEMU_CFLAGS += $(FMOD_CFLAGS)
ifdef CONFIG_ESD
AUDIO_PT = y
AUDIO_PT_INT = y