-
Notifications
You must be signed in to change notification settings - Fork 6k
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
ExoPlayer FFmpeg extension Build doc update #8581
Comments
Thanks for reporting this. Android NDK r20 is indeed deprecated. I tested the extensions with r22 and it seems to be working. I will update the documentation. |
#minor-release Issue:#8581 PiperOrigin-RevId: 357563419
@kim-vde NDK 21 is the LTS version and should be used. NDK 22 have possible big size regressions and should be full tested against that. |
Latest LTS version is better than latest stable version because it will be supported for longer. #minor-release Issue:#8581 PiperOrigin-RevId: 359467482
Yes, you are right. It is better to use the latest LTS version because it is supported for longer (I don't know about the regressions in r22). I updated the guidelines. |
Issue:#8581 PiperOrigin-RevId: 357563419
Latest LTS version is better than latest stable version because it will be supported for longer. #minor-release Issue:#8581 PiperOrigin-RevId: 359467482
In build doc (https://github.com/google/ExoPlayer/tree/release-v2/extensions/ffmpeg)
there is written that supported NDK is r20, as I know this version of NDk is deprecated, because there is r22 already.
So is this doc outdated and needs a refresh or we need to downgrade to deprecated r20 NDK to build FFmpeg extension ?
The text was updated successfully, but these errors were encountered: