Sfoglia il codice sorgente

Fixed compilation of VLCKit in the separated repo

Felix Paul Kühne 13 anni fa
parent
commit
4548cfc7c0
2 ha cambiato i file con 94 aggiunte e 7 eliminazioni
  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