kewlbear / FFmpeg-iOS-build-script

Shell scripts to build FFmpeg for iOS and tvOS
3.03k stars 899 forks source link

How to install ? #134

Closed PrashantKT closed 5 years ago

PrashantKT commented 5 years ago

How to install the files in xcode project ?

kewlbear commented 5 years ago

You don't. You need to add the paths of "include" and "lib" directories to "header search paths" and "library search paths" respectively in "build settings". And add FFmpeg libraries to "link binary with library" phase in "build phases".