1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28141 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-12-13 12:16:32 +00:00
parent 39090878e5
commit 83930dd4f5

2
configure vendored
View File

@ -5480,7 +5480,7 @@ fi
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"