소스 검색

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

Felix Paul Kühne 16 년 전
부모
커밋
33fa62bbba
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Sources/VLCMediaPlayer.m

+ 4 - 0
Sources/VLCMediaPlayer.m

@@ -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>