Revision 98af93fd configure

b/configure
123 123
static="no"
124 124
cross_prefix=""
125 125
audio_drv_list=""
126
audio_card_list="ac97 es1370 sb16 hda"
127
audio_possible_cards="ac97 es1370 sb16 cs4231a adlib gus hda"
128 126
block_drv_whitelist=""
129 127
host_cc="cc"
130 128
libs_softmmu=""
......
704 702
  ;;
705 703
  --oss-lib=*) oss_lib="$optarg"
706 704
  ;;
707
  --audio-card-list=*) audio_card_list=`echo "$optarg" | sed -e 's/,/ /g'`
708
  ;;
709 705
  --audio-drv-list=*) audio_drv_list="$optarg"
710 706
  ;;
711 707
  --block-drv-whitelist=*) block_drv_whitelist=`echo "$optarg" | sed -e 's/,/ /g'`
......
1105 1101
echo "  --enable-cocoa           enable Cocoa (default on Mac OS X)"
1106 1102
echo "  --audio-drv-list=LIST    set audio drivers list:"
1107 1103
echo "                           Available drivers: $audio_possible_drivers"
1108
echo "  --audio-card-list=LIST   set list of emulated audio cards [$audio_card_list]"
1109
echo "                           Available cards: $audio_possible_cards"
1110 1104
echo "  --block-drv-whitelist=L  set block driver whitelist"
1111 1105
echo "                           (affects only QEMU, not qemu-img)"
1112 1106
echo "  --enable-mixemu          enable mixer emulation"
......
3513 3507
echo "curl support      $curl"
3514 3508
echo "mingw32 support   $mingw32"
3515 3509
echo "Audio drivers     $audio_drv_list"
3516
echo "Extra audio cards $audio_card_list"
3517 3510
echo "Block whitelist   $block_drv_whitelist"
3518 3511
echo "Mixer emulation   $mixemu"
3519 3512
echo "VirtFS support    $virtfs"

Also available in: Unified diff