-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from huynhsontung/llvm11
Revert back to llvm11 image for CI build registry.videolan.org/vlc-debian-llvm-uwp:20220713124227
- Loading branch information
Showing
13 changed files
with
39 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
patches/0001-replace-vcruntime140_app-with-ucrtapp-runtime-for-UW.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
From 9c6f90dae5ed797e3ad901a018da35f0aad0b283 Mon Sep 17 00:00:00 2001 | ||
From: Tung Huynh <tung75605@gmail.com> | ||
Date: Mon, 1 Apr 2024 23:37:45 -0700 | ||
Subject: [PATCH] replace vcruntime140_app with ucrtapp runtime for UWP | ||
|
||
Added in Mingw-w64 v8 | ||
https://sourceforge.net/p/mingw-w64/mailman/message/37111166/ | ||
--- | ||
extras/package/win32/build.sh | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh | ||
index c0339d86a3..ea383aefdc 100755 | ||
--- a/extras/package/win32/build.sh | ||
+++ b/extras/package/win32/build.sh | ||
@@ -211,7 +211,7 @@ if [ ! -z "$BUILD_UCRT" ]; then | ||
CFLAGS="$CFLAGS -Wl,-lwindowsapp,-lwindowsappcompat" | ||
CXXFLAGS="$CXXFLAGS -Wl,-lwindowsapp,-lwindowsappcompat" | ||
CPPFLAGS="$CPPFLAGS -DWINSTORECOMPAT" | ||
- EXTRA_CRUNTIME="vcruntime140_app" | ||
+ EXTRA_CRUNTIME="ucrtapp" | ||
else | ||
SHORTARCH="$SHORTARCH-ucrt" | ||
# The current minimum for VLC is Windows 7 | ||
-- | ||
2.42.0.windows.2 | ||
|
35 changes: 0 additions & 35 deletions
35
patches/0002-gcrypt-dont-error-on-incompatible-function-pointer-t.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.