Fixes ffmpeg build on ndk 19#1997
Merged
AndreMiras merged 6 commits intokivy:developfrom Nov 23, 2019
Merged
Conversation
78dddcf to
9aea5bd
Compare
AndreMiras
reviewed
Nov 23, 2019
Member
AndreMiras
left a comment
There was a problem hiding this comment.
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' |
Member
There was a problem hiding this comment.
How about using a tag to a recent version instead of a commit?
https://github.com/FFmpeg/FFmpeg/releases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.