Qt backwards compatibility on Linux

This commit is contained in:
Julian Groß 2022-04-04 04:25:47 +02:00
parent d5f0fa22bd
commit a59a6f7392

View file

@ -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.