configure (923e45211c783bbcd307e7074eccc0f27faddc65) | configure (b8e59f18de9ebd0286e14ff42db217b34d4f8272) |
---|---|
1#!/bin/sh 2# 3# qemu configure script (c) 2003 Fabrice Bellard 4# 5# set temporary file name 6if test ! -z "$TMPDIR" ; then 7 TMPDIR1="${TMPDIR}" 8elif test ! -z "$TEMPDIR" ; then --- 182 unchanged lines hidden (view full) --- 191 fi 192 if test -f /usr/include/sys/soundcard.h ; then 193 audio_drv_list="oss" 194 fi 195 audio_possible_drivers="oss sdl" 196;; 197*) 198audio_drv_list="oss" | 1#!/bin/sh 2# 3# qemu configure script (c) 2003 Fabrice Bellard 4# 5# set temporary file name 6if test ! -z "$TMPDIR" ; then 7 TMPDIR1="${TMPDIR}" 8elif test ! -z "$TEMPDIR" ; then --- 182 unchanged lines hidden (view full) --- 191 fi 192 if test -f /usr/include/sys/soundcard.h ; then 193 audio_drv_list="oss" 194 fi 195 audio_possible_drivers="oss sdl" 196;; 197*) 198audio_drv_list="oss" |
199audio_possible_drivers="oss alsa sdl esd" | 199audio_possible_drivers="oss alsa sdl esd pa" |
200linux="yes" 201linux_user="yes" 202if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then 203 kqemu="yes" 204 audio_possible_drivers="$audio_possible_drivers fmod" 205fi 206;; 207esac --- 554 unchanged lines hidden (view full) --- 762 exit 1 763 fi 764 audio_drv_probe $drv fmod.h $fmod_lib "return FSOUND_GetVersion();" "-I $fmod_inc" 765 ;; 766 767 esd) 768 audio_drv_probe $drv esd.h -lesd 'return esd_play_stream(0, 0, "", 0);' 769 ;; | 200linux="yes" 201linux_user="yes" 202if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then 203 kqemu="yes" 204 audio_possible_drivers="$audio_possible_drivers fmod" 205fi 206;; 207esac --- 554 unchanged lines hidden (view full) --- 762 exit 1 763 fi 764 audio_drv_probe $drv fmod.h $fmod_lib "return FSOUND_GetVersion();" "-I $fmod_inc" 765 ;; 766 767 esd) 768 audio_drv_probe $drv esd.h -lesd 'return esd_play_stream(0, 0, "", 0);' 769 ;; |
770 771 pa) 772 audio_drv_probe $drv pulse/simple.h -lpulse-simple \ 773 "pa_simple *s = NULL; pa_simple_free(s); return 0;" 774 ;; 775 |
|
770 esac 771done 772 773########################################## 774# BrlAPI probe 775 776if test -z "$brlapi" ; then 777 brlapi=no --- 642 unchanged lines hidden --- | 776 esac 777done 778 779########################################## 780# BrlAPI probe 781 782if test -z "$brlapi" ; then 783 brlapi=no --- 642 unchanged lines hidden --- |