-
Notifications
You must be signed in to change notification settings - Fork 193
I try to enable srt in ffmpeg but i cannot compile ffmpeg #109
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
Comments
I see you missed quite a lot of stuff that happens in other scripts of this project:
|
Hi Javernaut, Thank you for taking the time to respond to my question. I apologize for the mistakes in my previous script and for not following the necessary steps correctly to build SRT for Android. I have updated my script based on your suggestions and am now testing the new configuration. `#!/usr/bin/env bash ${MAKE_EXECUTABLE} clean However, during compilation, I encounter the following error: It seems that the build process cannot find the OpenSSL libraries. I have checked my build environment and tried specifying the library paths, but the error persists. If you have any suggestions on how to resolve this issue, I would greatly appreciate it. Thanks again for your help! Best regards |
going into more detail I found this internal script of srt |
Hey there,
|
I tried to enable libsrt for ffmpeg using the istructions:
i added this line:
to parse-arguments.sh
i created libsrt directory under scripts
i create download.sh like this:
then i created the build.sh script:
but when i try to compile the compiler seems to ignore my configuration.
i also already installed libsrt in my ubuntu machine but if i try to add --enable-libsrt \ to build.sh of ffmpeg, the compile fails
even if pkgconf finds the library installed:
The text was updated successfully, but these errors were encountered: