MobileVLCKit for iOS with bitcode enabled

iOS, iPad, iPhone, tvOS specific usage questions
mikyfalcom
New Cone
New Cone
Posts: 3
Joined: 05 Jul 2016 17:50

MobileVLCKit for iOS with bitcode enabled

Postby mikyfalcom » 06 Jul 2016 00:06

Hi all,

I'm frustrated.

What should I do to compile the library, with bitcode, for use on iPhone / iPad (no TVOS!)?

This is the sequence of commands that I tried:
- git clone http://code.videolan.org/videolan/VLCKit.git --> OK NO ERROR
- ./buildMobileVLCKit.sh --> OK NO ERROR
- ./buildMobileVLCKit.sh -b --> FAILED WITH THE FOLLOWING ERROR

clang: warning: optimization flag '-fno-rounding-math' is not supported
clang: warning: optimization flag '-fno-signaling-nans' is not supported
In file included from /Users/michele/Desktop/vlclib/VLCKit/MobileVLCKit/ImportedSources/vlc/modules/audio_filter/channel_mixer/simple.c:262:
/Users/michele/Desktop/vlclib/VLCKit/MobileVLCKit/ImportedSources/vlc/modules/audio_filter/channel_mixer/simple_neon.h:50:1: error:
implicit declaration of function 'vlc_CPU_ARM_NEON' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
NEON_WRAPPER(7_x,2_0)
^
/Users/michele/Desktop/vlclib/VLCKit/MobileVLCKit/ImportedSources/vlc/modules/audio_filter/channel_mixer/simple_neon.h:47:16: note:
expanded from macro 'NEON_WRAPPER'
return vlc_CPU_ARM_NEON() ? DoWork_##in##_to_##out##_neon : DoWork_##in##_to_##out; \
^
1 error generated.
make[4]: *** [audio_filter/channel_mixer/libsimple_channel_mixer_plugin_la-simple.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


You can help me?

The configuration of my system is:
- OSX 10.11.5
- Xcode 7.3.1 (7D1014)

Thank you very much.

mervynokm
New Cone
New Cone
Posts: 2
Joined: 12 Jul 2016 08:20

Re: MobileVLCKit for iOS with bitcode enabled

Postby mervynokm » 12 Jul 2016 08:39

Hi, are we able build the MobileVLCKit for iOS with bitcode support now? Am still unable to do so with the VLCKit-iOS-2.8-4d09d0f5e580f7c17169a0936dbadc69f56b5e95 build

mikyfalcom
New Cone
New Cone
Posts: 3
Joined: 05 Jul 2016 17:50

Re: MobileVLCKit for iOS with bitcode enabled

Postby mikyfalcom » 12 Jul 2016 13:42

No, compilation with bitcode support always fails.
I also tried VLC-Kit-iOS-2.8 but it fail again.

Has anyone found a solution?

mervynokm
New Cone
New Cone
Posts: 2
Joined: 12 Jul 2016 08:20

Re: MobileVLCKit for iOS with bitcode enabled

Postby mervynokm » 13 Jul 2016 10:54

Sigh :/ samples using Cocoapods work though. Just not the building of the static framework with bitcode via the script

fkuehne
Developer
Developer
Posts: 7264
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: MobileVLCKit for iOS with bitcode enabled

Postby fkuehne » 13 Jul 2016 12:03

We don't support bitcode for iOS as of yet. Bitcode is only available to tvOS builds at the moment. While the changes are potentially trivial to do (you just need to edit the build script for VLCKit), we currently don't have resources available to allocate to that.
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net


Return to “VLC for iOS, iPadOS and Apple TV”

Who is online

Users browsing this forum: No registered users and 35 guests