Skip to content

Commit

Permalink
added ifdef for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonblewis committed Feb 17, 2012
1 parent 63b8603 commit 010723c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mythtv/libs/libmythui/mythrender_opengl.cpp
Expand Up @@ -5,6 +5,12 @@
#define LOC QString("OpenGL: ")
#define LOC_ERR QString("OpenGL Error: ")

#if defined(Q_WS_MAC)
#include <QX11Info>
#include <OpenGL/glu.h>
#endif


#if defined(Q_WS_X11)
#include <QX11Info>
#include <GL/glx.h>
Expand Down

0 comments on commit 010723c

Please sign in to comment.