summaryrefslogtreecommitdiff
path: root/audio/webrtc-audio-processing/files
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-05-25 22:25:51 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-06-02 18:31:25 +0000
commit32c5afbfa2bded67aa3bb86ea21c52e1a19710be (patch)
tree276af99a884d975c2902a7da8db06163a43ff1f1 /audio/webrtc-audio-processing/files
parentaudio/webrtc-audio-processing: rebase c9bdb0ca7d0f on top of upstream (diff)
audio/webrtc-audio-processing: update to 1.1
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v1.0...v1.1 Reported by: Repology
Diffstat (limited to 'audio/webrtc-audio-processing/files')
-rw-r--r--audio/webrtc-audio-processing/files/patch-meson.build13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/webrtc-audio-processing/files/patch-meson.build b/audio/webrtc-audio-processing/files/patch-meson.build
deleted file mode 100644
index a006f0ca07e7..000000000000
--- a/audio/webrtc-audio-processing/files/patch-meson.build
+++ /dev/null
@@ -1,13 +0,0 @@
-- Sync -std= with devel/abseil to match ABI
-
---- meson.build.orig 2020-12-12 16:13:37 UTC
-+++ meson.build
-@@ -4,7 +4,7 @@ project('webrtc-audio-processing-1', 'c', 'cpp',
- default_options : [ 'warning_level=1',
- 'buildtype=debugoptimized',
- 'c_std=c11',
-- 'cpp_std=c++14',
-+ 'cpp_std=c++17',
- ]
- )
-