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

Fixes for latest FFmpeg version when compiling for aarch64 using armasm64 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

montoyo
Copy link

@montoyo montoyo commented Dec 12, 2022

Hey there,
Was trying to build the latest FFmpeg version for ARM64 using MSVC and encountered a few errors regarding libavcodec/aarch64/vc1dsp_neon.S and libavcodec/aarch64/hevcdsp_sao_neon.S. I attempted to fix them by implementing patching for the tbnz and tbx instructions.

Disclaimer: I have no knowledge of perl nor ARM64 assembly, I simply attempted to fix the compiler issues. I thought I'd still create a pull-request, just in case it would help someone 😊

@madebr
Copy link

madebr commented Oct 11, 2024

This helped me today with building the asm codecs of dav1d.
The SDL project thanks you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants