comparison configure @ 5838:d53251b98ed6

Disable vidix on cygwin for now.
author atmos4
date Fri, 26 Apr 2002 15:35:00 +0000
parents dd2f865f0346
children 4e3cf9473628
comparison
equal deleted inserted replaced
5837:7e082f42497a 5838:d53251b98ed6
137 --enable-mp1e enable libmp1e support 137 --enable-mp1e enable libmp1e support
138 (use this option if it does not compile) [disable] 138 (use this option if it does not compile) [disable]
139 --disable-libdv disable libdv 0.9.5 support [autodetect] 139 --disable-libdv disable libdv 0.9.5 support [autodetect]
140 --disable-streaming disable network streaming support 140 --disable-streaming disable network streaming support
141 (support for: http/mms/rtp) [enable] 141 (support for: http/mms/rtp) [enable]
142 --disable-vidix disable VIDIX stuff [enable on x86] 142 --disable-vidix disable VIDIX stuff [enable on x86 *nix]
143 --disable-new-input disable new input system [enable] 143 --disable-new-input disable new input system [enable]
144 --enable-joystick enable joystick support in new input [disable] 144 --enable-joystick enable joystick support in new input [disable]
145 --enable-i18n GNU internationalisation [disable] 145 --enable-i18n GNU internationalisation [disable]
146 --disable-runtime-cpudetection disable runtime CPU detection [enable] 146 --disable-runtime-cpudetection disable runtime CPU detection [enable]
147 --disable-dvdnav Disable dvdnav support [autodetect] 147 --disable-dvdnav Disable dvdnav support [autodetect]
1167 fi 1167 fi
1168 fi 1168 fi
1169 1169
1170 if test "$_vidix" = auto ; then 1170 if test "$_vidix" = auto ; then
1171 _vidix=no 1171 _vidix=no
1172 # should check for x86 systems supporting vidix (does cygwin or qnx have vidix?) 1172 # should check for x86 systems supporting vidix (does qnx have vidix?)
1173 x86 && _vidix=yes 1173 x86 && _vidix=yes
1174 cygwin && _vidix=no
1174 fi 1175 fi
1175 1176
1176 # checking for a working awk, I'm using mawk first, because it's fastest - atmos 1177 # checking for a working awk, I'm using mawk first, because it's fastest - atmos
1177 _awk= 1178 _awk=
1178 if test "$_vidix" = yes ; then 1179 if test "$_vidix" = yes ; then