Commit 907bc5a0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

vout/opengl: really as in really fix compilation for OS X

parent 1bff0b7f
......@@ -30,8 +30,8 @@
#include <vlc_opengl.h>
#ifdef __APPLE__
# include "TargetConditionals.h"
# if !defined(TARGET_OS_IPHONE)
# include <TargetConditionals.h>
# if !TARGET_OS_IPHONE
# define MACOS_OPENGL
# include <OpenGL/gl.h>
# else
......
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