Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
vnsi: fix compilation after 298fcd3
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Jun 10, 2013
1 parent 771fa8b commit b84a88f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/pvr.vdr.vnsi/src/VNSIAdmin.cpp
Expand Up @@ -86,6 +86,10 @@ const char *vert = "attribute vec4 m_attrpos;\n"
CVisGUIShader *vis_shader = NULL;
#endif

#if !defined(GL_UNPACK_ROW_LENGTH)
#undef HAVE_GLES2
#endif

#define CONTROL_RENDER_ADDON 9
#define CONTROL_MENU 10
#define CONTROL_OSD_BUTTON 13
Expand Down

0 comments on commit b84a88f

Please sign in to comment.