Hello,
Have you complied the VLC for armv7s?
I changed the iphoneos to 6.0, arch to armv7s.
I got below erros:
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether xcrun clang accepts -g... yes
checking for xcrun clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of xcrun clang... none
checking how to run the C preprocessor... xcrun cc -E
configure: error: in `/Users/xxxx/VLC/MobileVLC/ImportedSources/vlc/contrib/iPhoneOS/a52dec':
configure: error: C preprocessor "xcrun cc -E" fails sanity check
See `config.log' for more details
make: *** [.a52] Error 1
Do you know why?