Arun Raghavan pushed to branch master at PulseAudio / webrtc-audio-processing


Commits:
6119c05d by Arun Raghavan at 2024-12-30T12:20:27-05:00
meson: Drop WEBRTC_THREAD_RR

The define was dropped upstream a while back and is unused.

- - - - -


1 changed file:

- meson.build


Changes:

=====================================
meson.build
=====================================
@@ -83,13 +83,13 @@ elif host_system == 'android'
   os_deps += [dependency('gnustl', required : get_option('gnustl'))]
   have_posix = true
 elif host_system == 'linux'
-  os_cflags += ['-DWEBRTC_LINUX', '-DWEBRTC_THREAD_RR']
+  os_cflags += ['-DWEBRTC_LINUX']
   os_deps += [cc.find_library('rt', required : false)]
   os_deps += [dependency('threads')]
   have_posix = true
 elif (host_system == 'dragonfly' or host_system == 'freebsd' or
       host_system == 'netbsd' or host_system == 'openbsd')
-  os_cflags += ['-DWEBRTC_BSD', '-DWEBRTC_THREAD_RR']
+  os_cflags += ['-DWEBRTC_BSD']
   os_deps += [dependency('threads')]
   have_posix = true
 elif host_system == 'windows'



View it on GitLab: 
https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/6119c05d7d676e830a0fbcede7fda075643e7cc4

-- 
View it on GitLab: 
https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/6119c05d7d676e830a0fbcede7fda075643e7cc4
You're receiving this email because of your account on gitlab.freedesktop.org.


Reply via email to