comparison configure @ 22505:0ceb7442ae2b

add vcd support to mingw, patch by zuxy meng split up into the following commits r22523, r22524, r22526
author compn
date Mon, 12 Mar 2007 15:46:38 +0000
parents 4c93dd37fda9
children f39115ea61bb
comparison
equal deleted inserted replaced
22504:5ee9424d58f3 22505:0ceb7442ae2b
5150 echores "$_sgiaudio" 5150 echores "$_sgiaudio"
5151 fi #if irix 5151 fi #if irix
5152 5152
5153 5153
5154 echocheck "VCD support" 5154 echocheck "VCD support"
5155 if linux || bsdos || freebsd || netbsd || sunos || darwin ; then 5155 if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then
5156 _inputmodules="vcd $_inputmodules" 5156 _inputmodules="vcd $_inputmodules"
5157 _def_vcd='#define HAVE_VCD 1' 5157 _def_vcd='#define HAVE_VCD 1'
5158 _vcd="yes" 5158 _vcd="yes"
5159 else 5159 else
5160 _def_vcd='#undef HAVE_VCD' 5160 _def_vcd='#undef HAVE_VCD'