Bug 964133 - Add stub implementation of OSXRunLoopSingleton.cpp; r=jesup draft
authorDan Minor <dminor@mozilla.com>
Tue, 07 Feb 2017 13:47:00 -0500
changeset 552973 3df843511ecb40af2b6d83030453758e838e94be
parent 552972 d63d3797053c7720c725b3994cb3b2ca11bb191f
child 552974 c9a757868d59cc0725f71b0708cfcb7b26c4a399
push id51529
push userdminor@mozilla.com
push dateWed, 29 Mar 2017 10:22:42 +0000
reviewersjesup
bugs964133
milestone55.0a1
Bug 964133 - Add stub implementation of OSXRunLoopSingleton.cpp; r=jesup MozReview-Commit-ID: 8yJh0V2rLoR
media/webrtc/trunk/gtest/OSXRunLoopSingleton.cpp
new file mode 100644
--- /dev/null
+++ b/media/webrtc/trunk/gtest/OSXRunLoopSingleton.cpp
@@ -0,0 +1,11 @@
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-*/
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+// stub implementation so we don't need to rely upon xpcom
+extern "C" {
+void mozilla_set_coreaudio_notification_runloop_if_needed()
+{
+}
+}