Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198773 Details for
Bug 278652
app-emulation/kvm-88: does not build with USE=esd or USE=pulseaudio
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch extracted from git commit
kvm-88-soundfix.patch (text/plain), 868 bytes, created by
Christian Bricart
on 2009-07-22 08:41:19 UTC
(
hide
)
Description:
patch extracted from git commit
Filename:
MIME Type:
Creator:
Christian Bricart
Created:
2009-07-22 08:41:19 UTC
Size:
868 bytes
patch
obsolete
>From: Anthony Liguori <aliguori@us.ibm.com> >Date: Wed, 1 Jul 2009 15:07:16 +0000 (-0500) >Subject: Fix build for ESD audio >X-Git-Url: http://git.kernel.org/?p=virt%2Fkvm%2Fqemu-kvm.git;a=commitdiff_plain;h=c6a5a71a3a1886afad5eeb214eb6e8785f4e0319 > >Fix build for ESD audio > >Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> >--- > >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278652
:
198772
| 198773