FFMPEG iOS 7 Library

Ich habe versucht, viele Tutorials zu lesen. Ich habe stundenlang bei Google und Stackoverflow versucht, Antworten zu finden. Bisher habe ich gelesen:Versucht, die FFMPEG-Bibliotheken für die iPhoneOS-Plattform mit armv6- und arv7-Architektur zu kompilieren FFMPEG-Integration auf iPhone / iPad-Projekt undhttps://github.com/lajos/iFrameExtractor wenige von den vielen.

Ich versuche, diese Bibliothek für iOS 7 / Xcode 5-Kompatibilität zu erstellen, aber sie funktioniert nicht. Ein häufiger Fehler ist:

Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
yasm/nasm not found or too old. Use --disable-yasm for a crippled build.

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
[email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.

Ich würde auch viel mehr bekommen, wenn das erledigt ist. Sowie:

rm: illegal option -- .
usage: rm [-f | -i] [-dPRrvW] file ...
       unlink file
make: *** [clean] Error 64

Ich habe meistens versucht, diesen Befehl zum Starten zu verwenden, aber er stürzt immer bei "make clean" ab:

./configure \
--cc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc \
--as='/usr/local/bin/gas-preprocessor.pl /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc' \
--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk \
--target-os=darwin \
--arch=arm \
--cpu=cortex-a8 \
--extra-cflags='-arch armv7' \
--extra-ldflags='-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk' \
--prefix=compiled/armv7 \
--enable-cross-compile \
--enable-nonfree \
--enable-gpl \
--disable-armv5te \
--disable-swscale-alpha \
--disable-doc \
--disable-ffmpeg \
--disable-ffplay \
--disable-ffprobe \
--disable-ffserver \
--disable-asm \
--disable-debug

Antworten auf die Frage(2)

Ihre Antwort auf die Frage