diff options
author | komh <komh@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-12 01:38:14 +0000 |
---|---|---|
committer | komh <komh@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-12 01:38:14 +0000 |
commit | 47f78d28f1298c9feccd2424ffdb211dab6aaf53 (patch) | |
tree | 312dbfda924627b0ff60dd1ee82430716733687b /configure | |
parent | 592d2e3edfe483d2fac4a7f53955c91cb91b946b (diff) | |
download | mpv-47f78d28f1298c9feccd2424ffdb211dab6aaf53.tar.bz2 mpv-47f78d28f1298c9feccd2424ffdb211dab6aaf53.tar.xz |
Add win32 loader support for OS/2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30541 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7129,7 +7129,7 @@ if test "$_real" = auto ; then _real=no _res_comment="dynamic loader support needed" if test "$_dl" = yes || test "$_win32dll" = yes && - (linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32) ; then + (linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32 || os2) ; then _real=yes fi fi |