I've tried a number of solutions on here to build ffmpeg for iOS. Most notably, the last that I tried was here: ffmpeg won't ./configure in iOS5.1
When I try the proposed solution and then run "lipo -info" on one of the output libraries I get:
input file armv7/libavcodec.a is not a fat file Non-fat file: armv7/libavcodec.a is architecture: i386
Is this the expected result of running "lipo -info" on a file built for amrv7?