Jelajahi Sumber

Fixed compilation of VLCKit in the separated repo

Felix Paul Kühne 13 tahun lalu
induk
melakukan
4548cfc7c0
2 mengubah file dengan 94 tambahan dan 7 penghapusan
  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 ditekan karena terlalu besar
+ 92 - 5
VLCKit.xcodeproj/project.pbxproj