kewlbear / FFmpeg-iOS-build-script

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

libavcodec/avcodec.h file not found #56

Closed jassadakorn closed 8 years ago

jassadakorn commented 8 years ago

Can you help me resolve this issue ? Thank you

kewlbear commented 8 years ago

You should add include directory to "header search path".

codebreaker5163 commented 6 years ago

Not working even after adding 'Header search path' = ./VideoKit/3rd-party/ffmpeg/include , also in your documentation you asked to delete the include folder in 3rd-party/ffmpeg folder and openSSL folder , so the include folder does not exist at all

kewlbear commented 6 years ago

I don't understand which documentation you are referring to. Anyway, you should use the path for "FFmpeg-iOS/include", not the *include" directory of FFmpeg source.