Skip to content
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

VP9 ext crash from libvpx 1.7.0 #4836

Closed
blueslabs opened this issue Sep 18, 2018 · 2 comments
Closed

VP9 ext crash from libvpx 1.7.0 #4836

blueslabs opened this issue Sep 18, 2018 · 2 comments
Assignees
Labels

Comments

@blueslabs
Copy link

It seems libvpx 1.7.0 has more neon code added. There was error when I run config. By adding -mfloat-abi=softfp -mfpu=neon to cflag, I have managed to get the so file compiled. However, after the first frame is decoded, the sample app always crashes with:

com.google.android.exoplayer2.demo A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x10 in tid 18160 (Thread-1825)

My ExoPlayer version is 2.8.2. The working libvpx is 1.6.2, which is from Jan 2017.

@andrewlewis andrewlewis self-assigned this Sep 21, 2018
@andrewlewis
Copy link
Collaborator

I think the errors that occur during configuration might not actually be problematic. What do you see if you just ignore the errors during configuration? I tried building with libvpx 1.7.0, ignoring the errors and playing a video with the vp9 extension and it worked.

@blueslabs
Copy link
Author

Thanks! Did a clean build, it works now. -mfloat-abi=softfp -mfpu=neon is actually only required for the current master, otherwise build can fail. 1.7.0 can build without this.

@google google locked and limited conversation to collaborators Jan 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants