diff options
| author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-03-04 21:32:19 +0000 |
|---|---|---|
| committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-03-04 21:32:19 +0000 |
| commit | 4b3fa3f0cf52ac441737a660568f3c4f3eafffcd (patch) | |
| tree | b9a97c7a39d63203d06a878b4fef1dec32694218 /www/chromium/files/patch-media_base_audio__latency.cc | |
| parent | security/ssh-vault: update to 0.9.1 (diff) | |
- Backport several patches of OpenBSD that add more linux code for
font handling.
- Disabled WebRTC support because it does not work properly on BSD
and more patches are needed.
- Update pkg-plist
- Bump PORTREVISION
MFH: 2017Q1
Diffstat (limited to 'www/chromium/files/patch-media_base_audio__latency.cc')
| -rw-r--r-- | www/chromium/files/patch-media_base_audio__latency.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-media_base_audio__latency.cc b/www/chromium/files/patch-media_base_audio__latency.cc new file mode 100644 index 000000000000..f1fb5aab4191 --- /dev/null +++ b/www/chromium/files/patch-media_base_audio__latency.cc @@ -0,0 +1,11 @@ +--- media/base/audio_latency.cc.orig 2017-02-02 02:02:55 UTC ++++ media/base/audio_latency.cc +@@ -83,7 +83,7 @@ int AudioLatency::GetRtcBufferSize(int s + return frames_per_buffer; + } + +-#if defined(OS_LINUX) || defined(OS_MACOSX) ++#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) + // On Linux and MacOS, the low level IO implementations on the browser side + // supports all buffer size the clients want. We use the native peer + // connection buffer size (10ms) to achieve best possible performance. |
