Mercurial > mplayer.hg
comparison configure @ 34557:8ae9ca41186d
Add VMAN-backend supports
author | komh |
---|---|
date | Thu, 02 Feb 2012 02:56:50 +0000 |
parents | 3bc6555139cd |
children | 2c9db9cb7310 |
comparison
equal
deleted
inserted
replaced
34556:7e3b96b760ae | 34557:8ae9ca41186d |
---|---|
5193 fi | 5193 fi |
5194 echores "$matrixview" | 5194 echores "$matrixview" |
5195 | 5195 |
5196 | 5196 |
5197 if os2 ; then | 5197 if os2 ; then |
5198 echocheck "KVA (SNAP/WarpOverlay!/DIVE)" | 5198 echocheck "KVA (SNAP/WarpOverlay!/VMAN/DIVE)" |
5199 if test "$_kva" = auto; then | 5199 if test "$_kva" = auto; then |
5200 _kva=no; | 5200 _kva=no; |
5201 header_check_broken os2.h kva.h -lkva && _kva=yes | 5201 header_check_broken os2.h kva.h -lkva && _kva=yes |
5202 fi | 5202 fi |
5203 if test "$_kva" = yes ; then | 5203 if test "$_kva" = yes ; then |