[pve-devel] [PATCH] use alsa instead oss
Dietmar Maurer
dietmar at proxmox.com
Thu Aug 16 09:14:59 CEST 2012
applied, thanks!
> -----Original Message-----
> From: pve-devel-bounces at pve.proxmox.com [mailto:pve-devel-
> bounces at pve.proxmox.com] On Behalf Of Alexandre Derumier
> Sent: Donnerstag, 16. August 2012 09:02
> To: pve-devel at pve.proxmox.com
> Subject: [pve-devel] [PATCH] use alsa instead oss
>
> fix bug#241
>
> redhat kernel have only alsa support by default, and qemu-kvm compile with
> oss by default.
>
> We need to compile it with alsa support
>
> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
> ---
> debian/rules | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/debian/rules b/debian/rules index 5e5db0a..2604b8d 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -33,7 +33,7 @@ endif
> config.status: configure
> dh_testdir
> # Add here commands to configure the package.
> - ./configure --prefix=/usr --datadir=/usr/share --
> docdir=/usr/share/doc/pve-qemu-kvm --sysconfdir=/etc --disable-xen --
> enable-vnc-tls --enable-sdl --enable-uuid --enable-linux-aio --enable-rbd --
> enable-libiscsi
> + ./configure --prefix=/usr --datadir=/usr/share --
> docdir=/usr/share/doc/pve-qemu-kvm --sysconfdir=/etc --disable-xen --
> enable-vnc-tls --enable-sdl --enable-uuid --enable-linux-aio --enable-rbd --
> enable-libiscsi --audio-drv-list="alsa"
>
> build: patch build-stamp
>
> --
> 1.7.2.5
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list