I want to compile the vlc source from the git repository for use in my project where I have to support video stream.
When I compile the source like ./buildAspenProject.sh -s I successfully compile it for the Simulator (i386). That's correct because if I do lipo -info libMobileVLCKit.a I get the following information:
Code: Select all
input file libMobileVLCKit.a is not a fat file, Non-fat file: libMobileVLCKit.a is architecture: i386
Code: Select all
[info] Building MobileVLCKit (MobileVLCKit, Release)
** BUILD FAILED **
The following build commands failed:
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/libMobileVLCKit.a normal armv7
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7s/libMobileVLCKit.a normal armv7s
Can anyone help me out with this on how to compile correctly?