Displaying 1 result from an estimated 1 matches for "lvdeplug".
Did you mean:
libvdeplug
2011 Jul 23
1
Bug#635166: Please enable audio support in xen-qemu
..., but since this
is packaged in 4.1, audio support is gone.
What I did for squeeze, is:
--- a/configure 2010-03-23 17:08:39.000000000 +0800
+++ b/configure 2010-03-23 17:09:30.000000000 +0800
@@ -1382,6 +1382,9 @@
echo "#define CONFIG_VDE 1" >> $config_h
echo "VDE_LIBS=-lvdeplug" >> $config_mak
fi
+if ! test -z "$audio_card_list"; then
+ echo "CONFIG_AUDIO=yes" >> $config_mak
+fi
Then:
$(STAMPS_DIR)/setup: $(STAMPS_DIR)/source
cd $(BUILD_DIR); ./xen-setup \
--audio-drv-list="pa oss alsa sdl esd" \...