[mythtv-commits] Ticket #13351: Allow OpenGL ES renderer by configure

MythTV noreply at mythtv.org
Sun Dec 2 15:18:15 UTC 2018


#13351: Allow OpenGL ES renderer by configure
------------------------------------------+-------------------------------
 Reporter:  warpme                        |          Owner:  Peter Bennett
     Type:  Patch - Feature               |         Status:  new
 Priority:  minor                         |      Milestone:  needs_triage
Component:  MythTV - Video/OSD Rendering  |        Version:  Unspecified
 Severity:  medium                        |     Resolution:
 Keywords:  opengl gles                   |  Ticket locked:  0
------------------------------------------+-------------------------------

Comment (by warpme):

 Peter,
 One of my goals when working on this was proper detection of opengles.

 Previously, configure wrongly allows to set opengles on system where
 opengles isn't properly installed from configure point of view
 (configure can't see required *.h and *.so files) or there is lack of pkg-
 config .pc files related to opengles.

 Now configure is addressing this, and if system hasn't properly installed
 opengles - configure output reflects this.

 Issue You see is because: GLES2/gl2.h or EGL/egl.h or libglesv2.so or
 libegl.so are unseen by configure or system is lacking pkg-config's
 glesv2.pc or egl.pc files.

 I think proper approach on android build system should be addressing root
 caue: make GLES2/gl2.h and EGL/egl.h and libglesv2.so and libegl.so seen
 by configure or provide proper glesv2.pc an egl.pc files.

 Alternative is breaking configure to wrongly report opengles is OK on
 system where is might be not OK....

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13351#comment:5>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list