# HG changeset patch # User diego # Date 1229170592 0 # Node ID f4ff55b427b5317ee4b3060597e7d3b43e8fb3c7 # Parent 4932a522100e378b2b7bb9ce92221e8fac63d97b Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree. diff -r 4932a522100e -r f4ff55b427b5 configure --- a/configure Sat Dec 13 12:13:48 2008 +0000 +++ b/configure Sat Dec 13 12:16:32 2008 +0000 @@ -5480,7 +5480,7 @@ echocheck "VCD support" -if linux || freebsd || netbsd || dragonfly || bsdos || darwin || sunos || mingw32; then +if linux || freebsd || netbsd || openbsd || dragonfly || bsdos || darwin || sunos || mingw32; then _inputmodules="vcd $_inputmodules" _def_vcd='#define CONFIG_VCD 1' _vcd="yes"