-
Notifications
You must be signed in to change notification settings - Fork 2k
Fixes ffmpeg build on ndk 19 #1997
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
78dddcf to
9aea5bd
Compare
AndreMiras
left a comment
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 giving this recipe some love again.
Travis build failed most likely because it compiled for too long silently as describe by @opacam #2011 (comment) but I'm not yet sure I want to put such a verbose hack back if it's only few failing recipe.
For now I would only try to prefix the command with a travis_wait 20. Maybe @misl6 you could try that and even extend to the max of 30 minutes if it still fail.
It's in .travis.yml you can update this line:
script: make docker/run/make/rebuild_updated_recipes
to:
script: travis_wait 30 make docker/run/make/rebuild_updated_recipes
Hopefully it helps
|
|
||
| class FFMpegRecipe(Recipe): | ||
| version = 'n3.4.5' | ||
| version = '007e03348dbd8d3de3eb09022d72c734a8608144' |
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.
How about using a tag to a recent version instead of a commit?
https://github.com/FFmpeg/FFmpeg/releases
tito
left a comment
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.
OK for me
AndreMiras
left a comment
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.
Nice job, thanks!
Targets issue #1996 .
libshinedue to the missing symbol error and added a comment for itKnown issues:
libshineis enabledlibavcodecis throwing an exception during runtime:ffpyplayer - ImportError: dlopen failed: cannot locate symbol "shine_set_config_mpeg_defaults" referenced by "/data/app/myapp==/lib/arm/libavcodec.so"..( disabledlibshineas a workaround)Tested over a
https/hlsstream on botharm64-v8aandarmeabi-v7a.