diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-12-10 02:42:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-12-10 02:42:18 +0000 |
commit | 9539d5682495af533b7c98c1739fd4d835f0af8b (patch) | |
tree | fcc643533aae7f0ea4d44d2b4182a0b105d325ba /audio/webrtc-audio-processing0/files/patch-configure.ac | |
parent | misc/py-toil: Update 4.2.0 -> 5.0.0 (diff) |
audio/webrtc-audio-processing: update to 1.0
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v0.3.1...v1.0
Reported by: Repology
Notes
Notes:
svn path=/head/; revision=557409
Diffstat (limited to 'audio/webrtc-audio-processing0/files/patch-configure.ac')
-rw-r--r-- | audio/webrtc-audio-processing0/files/patch-configure.ac | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/webrtc-audio-processing0/files/patch-configure.ac b/audio/webrtc-audio-processing0/files/patch-configure.ac new file mode 100644 index 000000000000..b41e30d1a20a --- /dev/null +++ b/audio/webrtc-audio-processing0/files/patch-configure.ac @@ -0,0 +1,18 @@ +- Add WEBRTC_BSD as it's closer to WEBRTC_LINUX than WEBRTC_MAC + +--- configure.ac.orig 2018-07-23 14:02:57 UTC ++++ configure.ac +@@ -63,6 +63,13 @@ AS_CASE(["${host}"], + OS_LDFLAGS="-lrt -lpthread" + HAVE_POSIX=1 + ], ++ [*-*dragonfly*|*-*bsd*], ++ [ ++ OS_CFLAGS="-DWEBRTC_BSD -DWEBRTC_THREAD_RR" ++ PLATFORM_CFLAGS="-DWEBRTC_POSIX" ++ OS_LDFLAGS="-lpthread" ++ HAVE_POSIX=1 ++ ], + [*-*darwin*], + [ + OS_CFLAGS="-DWEBRTC_MAC -DWEBRTC_THREAD_RR -DWEBRTC_CLOCK_TYPE_REALTIME" |