I followed jold's steps from here:
problem compiling ffmpeg for iFrameExtractor
When i try jold's solution i get the following error for armv6 and armv7. i386 works perfect.
lipo: can't open input file: armv6/libavcodec.a (No such file or directory)
lipo: can't open input file: armv6/libavutil.a (No such file or directory
lipo: can't open input file: armv6/libswscale.a (No such file or directory)
When the script ends i have only libadevice.a and libavformat.a in /armv7 and /armv6.
Why?