[vlc-commits] vout/opengl: really as in really fix compilation for OS X

Felix Paul Kühne git at videolan.org
Sun Jul 1 08:55:24 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jul  1 08:55:16 2012 +0200| [907bc5a044f4112e1a97d12ecacbb8cf8d9b76b5] | committer: Felix Paul Kühne

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=907bc5a044f4112e1a97d12ecacbb8cf8d9b76b5
---

 modules/video_output/opengl.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/opengl.h b/modules/video_output/opengl.h
index 31eb461..2dc3c6f 100644
--- a/modules/video_output/opengl.h
+++ b/modules/video_output/opengl.h
@@ -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



More information about the vlc-commits mailing list