Skip to content

Commit

Permalink
squash osx register
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta authored and popcornmix committed Jul 9, 2017
1 parent 8e2b905 commit db90cf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xbmc/cores/VideoPlayer/DVDCodecs/Video/VTB.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
*/
#pragma once

#ifdef HAS_GL
#include <OpenGL/gl.h>
#else
#include <OpenGLES/ES2/gl.h>
#endif

#include "DVDVideoCodecFFmpeg.h"
#include "cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodec.h"
Expand Down

0 comments on commit db90cf9

Please sign in to comment.