VCD support does not yet work on OpenBSD.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12822 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-07-14 22:04:42 +00:00
parent eeff2c904f
commit 02519a272d
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"