[PR #2] [MERGED] Add two patches from debian for armhf support #1

Closed
opened 2025-09-09 19:40:30 -05:00 by Octech6711 · 0 comments
Owner

📋 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: masterHead: armhf-support


📝 Commits (2)

  • 2ec8890 Apply Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff from debian
  • cd3515d Apply 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.

## 📋 Pull Request Information **Original PR:** https://github.com/audacity/libmad/pull/2 **Author:** [@lucyllewy](https://github.com/lucyllewy) **Created:** 11/9/2021 **Status:** ✅ Merged **Merged:** 11/9/2021 **Merged by:** [@crsib](https://github.com/crsib) **Base:** `master` ← **Head:** `armhf-support` --- ### 📝 Commits (2) - [`2ec8890`](https://github.com/audacity/libmad/commit/2ec88901bdc5994b90ee225e6e62256fc7d66f00) Apply Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff from debian - [`cd3515d`](https://github.com/audacity/libmad/commit/cd3515dcb15ba76ffd198a08a21d4796917ff8a1) Apply libmad.thumb.diff from debian ### 📊 Changes **2 files changed** (+15 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `fixed.h` (+14 -1) 📝 `imdct_l_arm.S` (+1 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Octech6711 added the pull-request label 2025-09-09 19:40:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: audacity/libmad#1