From f60d31f832aa7c6c95fe0f8a1da0522440be31aa Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 2 Sep 2020 17:47:23 -0700 Subject: [PATCH 1/4] Add arm64 --- windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj b/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj index ae12f7a723..f068a2acf1 100644 --- a/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj +++ b/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj @@ -21,6 +21,10 @@ Debug ARM + + + Debug + ARM64 Debug @@ -33,6 +37,10 @@ Release ARM + + + Release + ARM64 Release From fcf2b6b5c412a225302224c914cc2b145e666f7d Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 2 Sep 2020 17:56:35 -0700 Subject: [PATCH 2/4] fix whitespace and add changelog --- CHANGELOG.md | 4 ++++ windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d86065df..038df02019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### Version 5.1.0-alpha9 + +- Add arm64 support (TODO: update after PR is created) + ### 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 f068a2acf1..d4949fb4b7 100644 --- a/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj +++ b/windows/ReactNativeVideoCPP/ReactNativeVideoCPP.vcxproj @@ -22,7 +22,7 @@ Debug ARM - + Debug ARM64 @@ -38,7 +38,7 @@ Release ARM - + Release ARM64 From 7abc7b5583ae3cb236631977ba40d75c91f948fd Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 2 Sep 2020 17:57:52 -0700 Subject: [PATCH 3/4] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 038df02019..466abc470e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Version 5.1.0-alpha9 -- Add arm64 support (TODO: update after PR is created) +- Add arm64 support [#2137](https://github.com/react-native-community/react-native-video/pull/2137) ### Version 5.1.0-alpha8 From cff6dc0be2be315781dadf259579ee5170af3b46 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 2 Sep 2020 17:58:31 -0700 Subject: [PATCH 4/4] clarification in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 466abc470e..53e2518cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Version 5.1.0-alpha9 -- Add arm64 support [#2137](https://github.com/react-native-community/react-native-video/pull/2137) +- Add ARM64 support for windows [#2137](https://github.com/react-native-community/react-native-video/pull/2137) ### Version 5.1.0-alpha8