Browse Source

Fixed compilation of VLCKit in the separated repo

Felix Paul Kühne 13 years ago
parent
commit
4548cfc7c0
2 changed files with 94 additions and 7 deletions
  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)
 {

File diff suppressed because it is too large
+ 92 - 5
VLCKit.xcodeproj/project.pbxproj