mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Reenable WebRTC on Windows, as it is kind of important.
This commit is contained in:
parent
e6ca34d90e
commit
36604ecd85
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@
|
|||
# define WEBRTC_POSIX 1
|
||||
# define WEBRTC_LEGACY 1
|
||||
#elif defined(Q_OS_WIN)
|
||||
// # define WEBRTC_AUDIO 1
|
||||
// # define WEBRTC_DATA_CHANNELS 1
|
||||
// # define WEBRTC_WIN 1
|
||||
# define WEBRTC_AUDIO 1
|
||||
# define WEBRTC_DATA_CHANNELS 1
|
||||
# define WEBRTC_WIN 1
|
||||
# define NOMINMAX 1
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
# define WIN32_LEAN_AND_MEAN 1
|
||||
|
|
Loading…
Reference in a new issue