To solve this problem you have to disable ASM for FFMPEG. Go to MobileVLC/ImportedSources/vlc/contrib/src/ffmpeg/rules.mak and at FFMPEGCONF variable add --disable-asm parameter. As this: FFMPEGCONF = \ --cc="$(CC)" \ --disable-doc \ --disable-decoder=libvpx \ --disable-decoder=bink \ --en...