In Xcode 4.3.2, building an iPad app, which includes libavutil.a from the ffmpeg distribution, it builds and runs correctly but when I try to run unit tests (Cm
libavutil.a
The answer, from here.
is to add:
-read_only_relocs suppress
to the linker flags.
The other link explains why. The solution was originally found here.