Skip to content

Commit

Permalink
chromium: update sndio patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnynator committed Sep 6, 2020
1 parent 4801a64 commit d4cdda3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions srcpkgs/chromium/patches/sndio.patch
Original file line number Diff line number Diff line change
Expand Up @@ -298,15 +298,14 @@ diff -Naur chromium-83.0.4103.97.orig/media/audio/sndio/audio_manager_sndio.h ch
diff -Naur chromium-83.0.4103.97.orig/media/audio/sndio/sndio_input.cc chromium-83.0.4103.97/media/audio/sndio/sndio_input.cc
--- media/audio/sndio/sndio_input.cc.orig 1970-01-01 01:00:00.000000000 +0100
+++ media/audio/sndio/sndio_input.cc 2020-06-13 17:32:28.511395969 +0200
@@ -0,0 +1,201 @@
@@ -0,0 +1,200 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "base/bind.h"
+#include "base/logging.h"
+#include "base/macros.h"
+#include "base/message_loop/message_loop.h"
+#include "media/base/audio_timestamp_helper.h"
+#include "media/audio/sndio/audio_manager_sndio.h"
+#include "media/audio/audio_manager.h"
Expand Down

0 comments on commit d4cdda3

Please sign in to comment.