-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building FFmpeg with openssl: Error "openssl not found" #19
Comments
OpenSSL-1.1.0 will cause the error "openssl not found".
Please make sure your folder structure as follows.
And the script.
|
@DeviLeo Thanks for the quick update and help! For "arm64" the build process works fine. But with "armv7" and "armv7s" it stops with this error:
Is there any possibility to make this work? |
Open the file "ffmpeg-4.0/libswresample/arm/audio_convert_neon.S" Delete
|
@DeviLeo Wow, you're deep into that, impressive! Thanks! Now it compiles "armv7", "armv7s" and "arm64" without any errors. Edit: When compiling the Xcode project I get a linker error. Maybe you know how to solve this too?
|
Thx @DeviLeo ! In my case I could solve the problem by disabling mpeg2_metadata with "--disable-bsf=mpeg2_metadata". That did the trick. Now the script is building ffmpeg and it's playing streams over https. |
I'm following every step here https://github.com/DeviLeo/DLGPlayer/blob/master/How_to_build_ffmpeg_with_openssl.md Finally, running "build-ffmpeg-openssl.sh", the script will stop after a few seconds saying "Error: openssl not found"
I found out that openssl is not in the list of external libraries of ffmpeg, but I couldn't find a way to set it. Maybe you know how to do that. Setting the path with CFLAGS and LDFLAGS seems to be not enough anymore.
The text was updated successfully, but these errors were encountered: