mirror of
https://github.com/audacity/conan-recipes.git
synced 2026-02-04 03:56:08 -06:00
[PR #13] [MERGED] Enable opusfile to be built on Windows on ARM64 natively #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
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/conan-recipes/pull/13
Author: @i-lina
Created: 11/8/2023
Status: ✅ Merged
Merged: 11/9/2023
Merged by: @crsib
Base:
main← Head:woa-opusfile📝 Commits (1)
f23a1d3Enable opusfile to be built on Windows on ARM64 natively📊 Changes
4 files changed (+326 additions, -1 deletions)
View changed files
📝
recipes/opusfile/all/conandata.yml(+4 -0)📝
recipes/opusfile/all/conanfile.py(+3 -1)➕
recipes/opusfile/all/patches/opusfile_sln_win_arm64.patch(+80 -0)➕
recipes/opusfile/all/patches/opusfile_vcxproj_win_arm64.patch(+239 -0)📄 Description
ARM64 is supported in Visual Studio 17 and later. v0.12 of opusfile still uses VS2015 and so add patches to update the VS project and solution files.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.