kewlbear / FFmpeg-iOS-build-script

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

When building for iOS should we use build-ffmpeg-iOS-framework.sh ? #139

Closed smhk closed 5 years ago

smhk commented 5 years ago

When I build using

    ./build-ffmpeg.sh arm64

it does not generate an "FFmpeg-iOS" folder

(Example here: https://stackoverflow.com/a/45614611/294884 )

Should we use -

    ./build-ffmpeg-iOS-framework.sh arm64

Or?

When using build-ffmpeg-iOS-framework.sh - how to set deployment target? Config flags?

Thanks!!!!!!! :)

Where's the tip jar ?

kewlbear commented 5 years ago

When you run ./build-ffmpeg.sh arm64, you should find headers and libraries in ./thin/arm64. You should enter these paths in Xcode build settings.