# HG changeset patch # User compn # Date 1173714398 0 # Node ID 0ceb7442ae2b4657c84bc9ee73ddf2364b7cfb85 # Parent 5ee9424d58f3781840743b918b54f6fe4687f43b add vcd support to mingw, patch by zuxy meng split up into the following commits r22523, r22524, r22526 diff -r 5ee9424d58f3 -r 0ceb7442ae2b configure --- a/configure Mon Mar 12 15:26:30 2007 +0000 +++ b/configure Mon Mar 12 15:46:38 2007 +0000 @@ -5152,7 +5152,7 @@ echocheck "VCD support" -if linux || bsdos || freebsd || netbsd || sunos || darwin ; then +if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then _inputmodules="vcd $_inputmodules" _def_vcd='#define HAVE_VCD 1' _vcd="yes"