iphone - FFMPEG Compiled Libraries And iOS -
i have copied compiled ffmpeg libraries test app xcode-project inspite of adding them project unable use them,
#include <libavcodec/avcodec.h>
givers error complied libraries (libavcodec.a, libavutil.a, libavformat.a, libavdevice.a> specified in link libraries required framework.
when copied libs project questions come up.
(1) did copy libs for, (armv6, armv7. i386) or fat universal. (2) did add libs in xcode (3) includes libs, search path them correctly set in xcode
Comments
Post a Comment