kewlbear / FFmpeg-iOS-build-script

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

After build the FFmpeg,does it need to add some framework like AudioToolbox.framework? #76

Closed hawk0620 closed 8 years ago

hawk0620 commented 8 years ago

Hi,guy!Thanks ur script first.I use u script success build the FFmpeg,but when I drop them into my XCode project.The project needs to add AudioToolbox.framework and VideoToolbox.framework then it could be compile.

And I use this project's( https://github.com/Bilibili/ijkplayer) script create FFmpeg library,it does't need to add these frameworks.

My question is I only see ur read.me: You should link your app with libz.dylib libbz2.dylib libiconv.dylib

May I ask u,if u need to add frameworks like AudioToolbox.framework? I want to know where I done is wrong. Thank you.