aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:46:58 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:45 -0500
commit611b0db5ae1c52c37edda32a6af18f26e49cb17d (patch)
tree97fb2d0904f4df5d2ce9f0e6826c47536fd491b2 /Makefile
parent98b068a9f19dcadc72fe76183cfe59e7a056d0a0 (diff)
downloadqemu-611b0db5ae1c52c37edda32a6af18f26e49cb17d.zip
qemu-611b0db5ae1c52c37edda32a6af18f26e49cb17d.tar.gz
qemu-611b0db5ae1c52c37edda32a6af18f26e49cb17d.tar.bz2
AUDIO_PT is not needed
AUDIO_PT only changes LDFLAGS to include -pthread, but it change it in Makefile, and audio files are linked only on Makefile.target Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 01331f6..11decdb 100644
--- a/Makefile
+++ b/Makefile
@@ -95,21 +95,13 @@ obj-$(CONFIG_BRLAPI) += baum.o
obj-$(CONFIG_WIN32) += tap-win32.o
obj-$(CONFIG_POSIX) += migration-exec.o
-ifdef CONFIG_COREAUDIO
-AUDIO_PT = y
-endif
audio/audio.o audio/fmodaudio.o: QEMU_CFLAGS += $(FMOD_CFLAGS)
ifdef CONFIG_ESD
-AUDIO_PT = y
AUDIO_PT_INT = y
endif
ifdef CONFIG_PA
-AUDIO_PT = y
AUDIO_PT_INT = y
endif
-ifdef AUDIO_PT
-LDFLAGS += -pthread
-endif
audio-obj-y = audio.o noaudio.o wavaudio.o mixeng.o
audio-obj-$(CONFIG_SDL) += sdlaudio.o