[vlc-devel] [PATCH] configure: disable opengl on OS/2

KO Myung-Hun komh78 at gmail.com
Wed Nov 13 13:16:47 CET 2013


Hi/2.

Rémi Denis-Courmont wrote:
> Le mardi 12 novembre 2013 23:55:57 KO Myung-Hun a écrit :
>> ---
>>  configure.ac |    6 +++++-
>>  1 files changed, 5 insertions(+), 1 deletions(-)
> 
> Why? TBH, this looks like a work-around more than a solution to whatever the 
> problem may be.
> 

Yes, it's a workaround. I don't have a skill for OpenGL. And I don't
want for the compilation to be failed due to it.

Finally, I have a question. At least, what version of OpenGL is required
to build VLC ?

OS/2 has OpenGL 1.1.

>>
>> 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