From 02519a272d68f61b8e671cc3e93b28175185e76e Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 14 Jul 2004 22:04:42 +0000 Subject: [PATCH] VCD support does not yet work on OpenBSD. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12822 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 76f911fb82..a1f94a3647 100755 --- a/configure +++ b/configure @@ -4329,7 +4329,7 @@ echores "$_sgiaudio" echocheck "VCD support" -if linux || bsdos || freebsd || netbsd || openbsd || sunos ; then +if linux || bsdos || freebsd || netbsd || sunos ; then _inputmodules="vcd $_inputmodules" _def_vcd='#define HAVE_VCD 1' echores "ok"