summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorkomh <komh@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-03 14:32:29 +0000
committerkomh <komh@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-03 14:32:29 +0000
commit9beeeb1a9ecec3916f16e8315edc026b7f48ac21 (patch)
treed0fa76e49a67b981d83dd87a58a0b56b677c7b06 /configure
parentc106fe7751426c8c30706d2f131491dc8f37ee85 (diff)
downloadmpv-9beeeb1a9ecec3916f16e8315edc026b7f48ac21.tar.bz2
mpv-9beeeb1a9ecec3916f16e8315edc026b7f48ac21.tar.xz
Add a VCD support for OS/2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30819 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 17aa2e9f6f..0ecef04b20 100755
--- a/configure
+++ b/configure
@@ -6113,7 +6113,7 @@ fi
echocheck "VCD support"
if test "$_vcd" = auto; then
_vcd=no
- if linux || freebsd || netbsd || openbsd || dragonfly || bsdos || darwin || sunos; then
+ if linux || freebsd || netbsd || openbsd || dragonfly || bsdos || darwin || sunos || os2; then
_vcd=yes
elif mingw32; then
cat > $TMPC << EOF