From 9cc309bcc89454ac489b5ce5655a8466380bc452 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 30 Jan 2009 20:20:06 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"