diff options
author | Roxanne Skelly <roxanne@roxiware.com> | 2024-04-08 04:10:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 04:10:34 -0700 |
commit | f2ec9e5cca078434e624e42afec11ebd7d681e06 (patch) | |
tree | d6afcd0bc1cf2c86e5f5a668749c01c14bf04da2 /indra/llwebrtc/llwebrtc_impl.h | |
parent | a0cc1b6bd2b1f3578c8d34b634e4add20bae2dd2 (diff) | |
parent | 648741470f67120d99aec3a4aeceeaf4395cca09 (diff) |
Merge pull request #1150 from secondlife/roxie/webrtc-voice
Diffstat (limited to 'indra/llwebrtc/llwebrtc_impl.h')
-rw-r--r-- | indra/llwebrtc/llwebrtc_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h index 78ae6b4444..e1031099c7 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -35,6 +35,7 @@ #define WEBRTC_POSIX 1 #elif __linux__ #define WEBRTC_LINUX 1 +#define WEBRTC_POSIX 1 #endif #include "llwebrtc.h" |