[vlc-devel] [PATCH] configure: disable opengl on OS/2
KO Myung-Hun
komh78 at gmail.com
Mon Nov 18 13:18:45 CET 2013
Ping ?
KO Myung-Hun wrote:
> ---
> configure.ac | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 59352b8..054a8a1 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2965,7 +2965,11 @@ PKG_CHECK_MODULES([GL], [gl], [
> ])
> GL_LIBS="-lopengl32"
> ], [
> - GL_LIBS="-lGL"
> + AS_IF([test "${SYS}" = "os2"], [
> + have_gl="no"
> + ], [
> + GL_LIBS="-lGL"
> + ])
> ])
> ], [
> have_gl="no"
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.24 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
More information about the vlc-devel
mailing list