Skip to content

Commit e31a50f

Browse files
committed
tree-wide: use generic patches
[skip ci]
1 parent 057bfac commit e31a50f

File tree

109 files changed

+16
-4722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+16
-4722
lines changed

tur-electron/electron-12.1.0/0001-configure-use-android-target.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

tur-electron/electron-12.1.0/0011-electron-disable-sandbox.patch renamed to tur-electron/electron-12.1.0/0001-electron-disable-sandbox.patch

File renamed without changes.
File renamed without changes.

tur-electron/electron-12.1.0/0002-egl-fix-include.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

tur-electron/electron-12.1.0/0003-breakpad-no-elf_prstatus.patch

Lines changed: 0 additions & 18 deletions
This file was deleted.

tur-electron/electron-12.1.0/0032-ffmpeg-disable-asm.patch renamed to tur-electron/electron-12.1.0/0003-ffmpeg-disable-asm-for-i686.patch

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
--- a/third_party/ffmpeg/ffmpeg_options.gni
2-
+++ b/third_party/ffmpeg/ffmpeg_options.gni
3-
@@ -70,4 +70,6 @@
4-
os_config = "linux"
5-
} else if (is_win && !is_clang) {
6-
os_config = "win-msvc"
7-
+} else if (is_linux && (current_cpu == "x86")) {
8-
+ os_config = "linux-noasm"
9-
}
101
diff -uNr a/third_party/ffmpeg/chromium/config/Chrome/linux-noasm/ia32/config.h b/third_party/ffmpeg/chromium/config/Chrome/linux-noasm/ia32/config.h
112
--- a/third_party/ffmpeg/chromium/config/Chrome/linux-noasm/ia32/config.h 1970-01-01 08:00:00.000000000 +0800
123
+++ b/third_party/ffmpeg/chromium/config/Chrome/linux-noasm/ia32/config.h 2023-01-03 03:34:33.748025783 +0800

0 commit comments

Comments
 (0)