Copied from Debian. Description: Fix build of WebRTC on non-Linux systems * Define the WEBRTC_LINUX macro only on Linux, and not on GNU/Hurd or FreeBSD. * Fix type cast in the CurrentThreadId function. Bug-Debian: https://bugs.debian.org/920851 Author: Nicholas Guriev Last-Update: Tue, 29 Jan 2019 23:26:44 +0300 --- a/libtgvoip.gyp +++ b/libtgvoip.gyp @@ -869,20 +869,18 @@ '"<(OS)" == "linux"', { 'defines': [ 'WEBRTC_POSIX', - 'WEBRTC_LINUX', ], 'conditions': [ [ '"(pthread_self()); + return static_cast(pthread_self()); #endif #endif // defined(WEBRTC_POSIX) } '>summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-04fix license promise typoWojtek Kosior
2021-12-22reworked build system; added missing license noticesWojtek Kosior
2021-09-02enable toggling of global script blocking policy\n\nThis commit also introduc...Wojtek Kosior
2021-09-01add styling to settings install(import) dialogWojtek Kosior
2021-09-01add styling for popup page\n\nThis does not include styling for contents of t...Wojtek Kosior
2021-08-27start using `<template>' tagWojtek Kosior
2021-08-06Facilitate installation of scripts from the repository...This commit includes: * removal of page_info_server * running of storage client in popup context * extraction of some common CSS to a separate file * extraction of scripts import view to a separate file * addition of a facility to conveniently clone complex structures from DOM (in DOM_helpers.js) * addition of hydrilla repo url to default settings * other minor changes and of course changes related to the actual installation of scripts from the repo Wojtek Kosior