Adding ffmpeg to our Xcode project

Viewed 7475

I have compiled the ffmpeg library and it was successfully created many files inside my folder.

Now I need to implement the same in my Xcode project. What is the best way for adding to my project.

I wish to create one framework but what files I need to add?

I have many .c files and .a files available after compilation.

1 Answers
Related