summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-13 12:16:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-13 12:16:32 +0000
commit83930dd4f581ac069f97b0cdd8b054787672a18c (patch)
tree9d1124a4a16a036e55f3d875df7720399576e08c /configure
parent39090878e550e6054d279c1c84a324606b6a9071 (diff)
downloadmpv-83930dd4f581ac069f97b0cdd8b054787672a18c.tar.bz2
mpv-83930dd4f581ac069f97b0cdd8b054787672a18c.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6f9d58427d..047b0c2544 100755
--- a/configure
+++ b/configure
@@ -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"