-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Bump FFMpegRecipe
and PyAVRecipe
versions
#3065
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
Conversation
1489556
to
541fe99
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of it.
Left a minor comment and let's see how the build is doing in the CI
Hi @DexerBR, thank you for looking this up.
See for instance the Test updated recipes for arch x86_64 [ ubuntu-latest ] build. |
They usually used to be errors related to premature compilation issues. The patch I'm using, for example, solves the same type of errors, but caused by problems recognizing more modern Python syntax (I don't know why). In this specific case, the error seems to have originated somewhere else, some tips could be:
and
Before the patch, the errors I mentioned occurred in these same places. So in short, these errors break further compilation resulting in the errors you mentioned. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @DexerBR, thank you for taking the time to clarify and I could also confirm it building the recipe in its current version from develop and got the same error (see https://github.com/AndreMiras/python-for-android/actions/runs/11386543386/job/31679029568).
We're good to 🚢 it
PyAV
updated to the latest stable release -13.1.0
FFmpeg
updated to6.1.2
-ffpyplayer
is still not compatible with FFmpeg7.x.x.