зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1407063 - Fix non-unified build in MoofParser.cpp. r=gerald
The stagefright namespace isn't used in this file and because it wasn't previously declared in this compilation unit, a compiler error was raised. MozReview-Commit-ID: HoYyrmIIXSV --HG-- extra : rebase_source : 57ac59c06cdc4f54676c86a109ae404072541555
This commit is contained in:
Родитель
fcd58611c7
Коммит
de1fe404f9
|
@ -24,7 +24,6 @@ extern mozilla::LogModule* GetDemuxerLog();
|
||||||
namespace mp4_demuxer
|
namespace mp4_demuxer
|
||||||
{
|
{
|
||||||
|
|
||||||
using namespace stagefright;
|
|
||||||
using namespace mozilla;
|
using namespace mozilla;
|
||||||
|
|
||||||
const uint32_t kKeyIdSize = 16;
|
const uint32_t kKeyIdSize = 16;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче