mirror of
https://github.com/audacity/libmad.git
synced 2026-04-11 21:53:58 -05:00
[PR #2] [MERGED] Add two patches from debian for armhf support #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/audacity/libmad/pull/2
Author: @lucyllewy
Created: 11/9/2021
Status: ✅ Merged
Merged: 11/9/2021
Merged by: @crsib
Base:
master← Head:armhf-support📝 Commits (2)
2ec8890Apply Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff from debiancd3515dApply libmad.thumb.diff from debian📊 Changes
2 files changed (+15 additions, -2 deletions)
View changed files
📝
fixed.h(+14 -1)📝
imdct_l_arm.S(+1 -1)📄 Description
libmad builds on armhf fail due to thumb2 instructions having changed from thumb1. libmad only supports thumb1 so these patches add in thumb2 capability to allow armhf builds to succeed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.