Bug 1388288 - Make OpusTrackEncoder build in non-Unified mode. r=SingingTree draft
authorChris Pearce <cpearce@mozilla.com>
Tue, 08 Aug 2017 16:42:57 +0800
changeset 643087 5d5f61b9cd83ac13c2c328a22bf033b9ad3ab4c4
parent 643086 1c8e5c111232856ef5589f214c00d510ece9af00
child 643088 e32e90c06ac933b3a387e26dbbfdcfac93ef3faf
push id72986
push userbmo:cpearce@mozilla.com
push dateWed, 09 Aug 2017 08:46:00 +0000
reviewersSingingTree
bugs1388288
milestone57.0a1
Bug 1388288 - Make OpusTrackEncoder build in non-Unified mode. r=SingingTree MozReview-Commit-ID: 9Y6rkxYwVhw
dom/media/encoder/OpusTrackEncoder.cpp
--- a/dom/media/encoder/OpusTrackEncoder.cpp
+++ b/dom/media/encoder/OpusTrackEncoder.cpp
@@ -1,16 +1,17 @@
 /* -*- 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/. */
 #include "OpusTrackEncoder.h"
 #include "nsString.h"
 #include "GeckoProfiler.h"
 #include "mozilla/CheckedInt.h"
+#include "VideoUtils.h"
 
 #include <opus/opus.h>
 
 #undef LOG
 #define LOG(args, ...)
 
 namespace mozilla {