mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
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/
11 lines
698 B
C++
11 lines
698 B
C++
--- remoting/protocol/webrtc_video_stream.cc.orig 2023-03-30 00:33:55 UTC
|
|
+++ remoting/protocol/webrtc_video_stream.cc
|
|
@@ -260,7 +260,7 @@ WebrtcVideoStream::WebrtcVideoStream(const std::string
|
|
: stream_name_(stream_name), session_options_(session_options) {
|
|
// TODO(joedow): Dig into the threading model on other platforms to see if they
|
|
// can also be updated to run on a dedicated thread.
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_ASH)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_BSD)
|
|
core_task_runner_ = base::ThreadPool::CreateSingleThreadTaskRunner(
|
|
{base::TaskPriority::HIGHEST},
|
|
base::SingleThreadTaskRunnerThreadMode::DEDICATED);
|