Commit 2a67f19f authored by Odd-Arild Kristensen's avatar Odd-Arild Kristensen Committed by Felix Paul Kühne

glspectrum: Fixed include bug so that it works correctly on OS X

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 9630314e
......@@ -34,7 +34,11 @@
#include <vlc_filter.h>
#include <vlc_rand.h>
#include <GL/gl.h>
#ifdef __APPLE__
# include <OpenGL/gl.h>
#else
# include <GL/gl.h>
#endif
#include <math.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment