mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 12:03:01 +02:00
Qt backwards compatibility on Linux
This commit is contained in:
parent
d5f0fa22bd
commit
a59a6f7392
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@
|
|||
#elif defined(Q_OS_LINUX) && defined(Q_PROCESSOR_X86_64)
|
||||
# define WEBRTC_AUDIO 1
|
||||
# define WEBRTC_POSIX 1
|
||||
# define WEBRTC_DATA_CHANNELS 1
|
||||
# if !(QT_VERSION < QT_VERSION_CHECK(5, 15, 0))
|
||||
# define WEBRTC_DATA_CHANNELS 1
|
||||
# endif
|
||||
#elif defined(Q_OS_LINUX) && defined(Q_PROCESSOR_ARM)
|
||||
// WebRTC is basically impossible to build on aarch64 Linux.
|
||||
// I am looking at https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing for an alternative.
|
||||
|
|
Loading…
Reference in a new issue