Mercurial > mplayer.hg
comparison configure @ 1008:1b6e183b8a87
add HAVE_ALSA5 var. Sorry :(
author | pontscho |
---|---|
date | Mon, 04 Jun 2001 18:43:35 +0000 |
parents | 57972eb8127a |
children | d1e70889094e |
comparison
equal
deleted
inserted
replaced
1007:e2de3386725f | 1008:1b6e183b8a87 |
---|---|
1164 else | 1164 else |
1165 _gui='#undef HAVE_GUI' | 1165 _gui='#undef HAVE_GUI' |
1166 fi | 1166 fi |
1167 | 1167 |
1168 if [ $_alsaver != 'not found' ]; then | 1168 if [ $_alsaver != 'not found' ]; then |
1169 [ $_alsaver == '0.5.x' ] && { _aosrc="$_aosrc ao_alsa5.c"; } | 1169 [ $_alsaver == '0.5.x' ] && { _aosrc="$_aosrc ao_alsa5.c"; $_alsa='#define HAVE_ALSA5'; } |
1170 # [ $_alsaver == '0.9.x' ] && { _aosrc="$_aosrc ao_alsa9.c"; } | 1170 # [ $_alsaver == '0.9.x' ] && { _aosrc="$_aosrc ao_alsa9.c"; } |
1171 else | |
1172 _alsa=' ' | |
1171 fi | 1173 fi |
1172 | 1174 |
1173 cat > $CCONF << EOF | 1175 cat > $CCONF << EOF |
1174 | 1176 |
1175 /* -------- Generated by ./configure ----------- */ | 1177 /* -------- Generated by ./configure ----------- */ |
1235 $_fastmemcpy | 1237 $_fastmemcpy |
1236 | 1238 |
1237 /* gui support, please do not edit this option */ | 1239 /* gui support, please do not edit this option */ |
1238 $_gui | 1240 $_gui |
1239 #define PREFIX "$_prefix" | 1241 #define PREFIX "$_prefix" |
1242 | |
1243 /* ALSA support */ | |
1244 $_alsa | |
1240 | 1245 |
1241 /* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */ | 1246 /* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */ |
1242 #undef FAST_OSD | 1247 #undef FAST_OSD |
1243 #undef FAST_OSD_TABLE | 1248 #undef FAST_OSD_TABLE |
1244 | 1249 |