Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/ Requested by: mikael (via email)
11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
--- third_party/opus/BUILD.gn.orig 2022-05-11 07:01:55 UTC
|
|
+++ third_party/opus/BUILD.gn
|
|
@@ -41,7 +41,6 @@ config("opus_private_config") {
|
|
# Prefer alloca() over variable length arrays which are often inefficient;
|
|
# the opus code will automatically handle this correctly per-platform.
|
|
"USE_ALLOCA",
|
|
- "HAVE_ALLOCA_H",
|
|
]
|
|
|
|
include_dirs = [
|