changeset 28356:db4b5631c26b

Enable internal dvdread support on OS/2. patch by KO Myung-Hun, komh chollian net
author diego
date Fri, 30 Jan 2009 20:20:06 +0000
parents 418d7d213966
children 69666dbc63a9
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Jan 30 15:41:45 2009 +0000
+++ b/configure	Fri Jan 30 20:20:06 2009 +0000
@@ -5620,7 +5620,7 @@
   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"