summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-30 20:20:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-30 20:20:06 +0000
commit9cc309bcc89454ac489b5ce5655a8466380bc452 (patch)
treef05cd77187c8cc44bfcf8fb0fc21f53e0274f38e /configure
parent57ff94b5cdf869298672728b3c5ed8932202ce98 (diff)
downloadmpv-9cc309bcc89454ac489b5ce5655a8466380bc452.tar.bz2
mpv-9cc309bcc89454ac489b5ce5655a8466380bc452.tar.xz
Enable internal dvdread support on OS/2.
patch by KO Myung-Hun, komh chollian net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28391 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 5fb5f28333..a684153a14 100755
--- a/configure
+++ b/configure
@@ -5620,7 +5620,7 @@ if test "$_dvdread_internal" = auto ; then
if (linux || freebsd || netbsd || openbsd || dragonfly || sunos || hpux) \
&& (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \
test "$_dvdio" = yes || test "$_bsdi_dvd" = yes) \
- || darwin || win32; then
+ || darwin || win32 || os2; then
_dvdread_internal=yes
_dvdread=yes
_inc_extra="$_inc_extra -Ilibdvdread4"