MobileVLCKit compiling failed, please help
1 Download the latest codes from
https://code.videolan.org/videolan/VLCKit
2 buildMobileVLCKit.sh to compile it
3 Weeks ago, it can be compiled successfully
4 for these days, it will fail with the following information:
[info] building universal static libs for OS style iPhone
./buildMobileVLCKit.sh: line 42: pushd: MobileVLCKit/ImportedSources/vlc/install-ios-iPhoneOS: No such file or directory
Tonys-RMBP:VLCKit-master-430aecc2a6ca4f6e9fbf9c981497bd58343290d4 leo$ ./buildMobileVLCKit.sh -v
[info] Preparing build dirs
First, rewinding head to replay your work on top of it...
Applying: arm_neon: added function macro to handle the underscore prefix for the iOS ARM ABI
Applying: deinterlace/merge: use a macro to fix compilation for iOS
Applying: libass: fix text rendering on iOS by providing a font lookup mechanism for the font shipped with Aspen
Applying: freetype: added a fake font lookup mechanism for iOS to use the packaged demo fonts
Using index info to reconstruct a base tree...
M modules/text_renderer/freetype.c
M modules/text_renderer/platform_fonts.c
M modules/text_renderer/platform_fonts.h
Falling back to patching base and 3-way merge...
Auto-merging modules/text_renderer/platform_fonts.h
CONFLICT (content): Merge conflict in modules/text_renderer/platform_fonts.h
Auto-merging modules/text_renderer/platform_fonts.c
CONFLICT (content): Merge conflict in modules/text_renderer/platform_fonts.c
Auto-merging modules/text_renderer/freetype.c
Failed to merge in the changes.
Patch failed at 0004 freetype: added a fake font lookup mechanism for iOS to use the packaged demo fonts
The copy of the patch that failed is found in:
/Users/leo/Projects/VLCKit-master-430aecc2a6ca4f6e9fbf9c981497bd58343290d4/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch
When you have resolved this problem, run "git rebase --continue".
If you prefer to skip this patch, run "git rebase --skip" instead.
To check out the original branch and stop rebasing, run "git rebase --abort".