From 408d3f720e01746e74992c8465589f7b1dab51b5 Mon Sep 17 00:00:00 2001 From: Adam Gorman Date: Tue, 29 Sep 2020 07:00:27 -0700 Subject: [PATCH] Add ARM64 support for windows (#2137) Adding arm64 support for RNW builds. Nothing in this project is using anything that isn't already supported in arm64 windows libs. It was simply overlooked when RNW was originally added. We have been using RNW and RNV in our project for 6+ months and just been using a patch-package to apply this change. Figured it was overdue to upstream this change. You can see this similar code in the RNW repo. https://github.com/microsoft/react-native-windows/blob/95935e008621778dbcec01363602c19abc060632/packages/microsoft-reactnative-sampleapps/windows/SampleLibraryCPP/SampleLibraryCPP.vcxproj#L28 and https://github.com/microsoft/react-native-windows/blob/master/packages/microsoft-reactnative-sampleapps/windows/SampleLibraryCPP/SampleLibraryCPP.vcxproj#L44 --- CHANGELOG.md | 4 ++++ windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d86065..53e2518c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### Version 5.1.0-alpha9 + +- Add ARM64 support for windows [#2137](https://github.com/react-native-community/react-native-video/pull/2137) + ### Version 5.1.0-alpha8 - Fixing ID3 Frame Error When Receiving EventMessage in TimedMetadata [#2116](https://github.com/react-native-community/react-native-video/pull/2116) diff --git a/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj b/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj index ae12f7a7..d4949fb4 100644 --- a/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj +++ b/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj @@ -22,6 +22,10 @@ Debug ARM + + Debug + ARM64 + Debug Win32 @@ -34,6 +38,10 @@ Release ARM + + Release + ARM64 + Release Win32