Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
@ -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>