Mercurial > mplayer.hg
changeset 28107:f4ff55b427b5
Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.
author | diego |
---|---|
date | Sat, 13 Dec 2008 12:16:32 +0000 |
parents | 4932a522100e |
children | df0f7d52de91 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"