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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -