소스 검색

Fixed compilation of VLCKit in the separated repo

Felix Paul Kühne 13 년 전
부모
커밋
4548cfc7c0
2개의 변경된 파일94개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 2
      Sources/VLCExtensionsManager.m
  2. 92 5
      VLCKit.xcodeproj/project.pbxproj

+ 2 - 2
Sources/VLCExtensionsManager.m

@@ -16,8 +16,8 @@
 
 // Here comes the nasty hack.
 #define MODULE_STRING "VLCKit"
-#import "../../../../lib/media_player_internal.h"
-#import "../../../../lib/libvlc_internal.h"
+#import "../vlc-unstable/lib/media_player_internal.h"
+#import "../vlc-unstable/lib/libvlc_internal.h"
 
 static input_thread_t *libvlc_media_player_get_input_thread(libvlc_media_player_t *player)
 {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 92 - 5
VLCKit.xcodeproj/project.pbxproj