Commit 36802441 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/framework: added a hack to fix compilation on Snow Leopard against the 10.5 SDK

parent 5300a9e0
......@@ -34,6 +34,10 @@
/* prevent system sleep */
#import <CoreServices/CoreServices.h>
/* FIXME: Ugly hack! */
#ifdef __x86_64__
#import <CoreServices/../Frameworks/OSServices.framework/Headers/Power.h>
#endif
#include <vlc/vlc.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