зеркало из https://github.com/mozilla/gecko-dev.git
Bug 941296 - Fix non-unified build. r=bustage CLOSED TREE
We need to include a headers defining nsrefcnt and NS_IsMainThread(), and make sure we reference the CMLinker versions of the CoreMedia functions rather than the system ones.
This commit is contained in:
Родитель
596e672ac8
Коммит
91d62bf836
|
@ -7,6 +7,7 @@
|
|||
#include <dlfcn.h>
|
||||
|
||||
#include "AppleCMLinker.h"
|
||||
#include "MainThreadUtils.h"
|
||||
#include "nsDebug.h"
|
||||
|
||||
#ifdef PR_LOGGING
|
||||
|
|
|
@ -13,6 +13,8 @@ extern "C" {
|
|||
#pragma GCC visibility pop
|
||||
}
|
||||
|
||||
#include "nscore.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
class AppleCMLinker
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include "MP4Decoder.h"
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "AppleCMLinker.h"
|
||||
#include "AppleVTDecoder.h"
|
||||
#include "AppleVTLinker.h"
|
||||
#include "prlog.h"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <dlfcn.h>
|
||||
|
||||
#include "AppleVTLinker.h"
|
||||
#include "MainThreadUtils.h"
|
||||
#include "nsDebug.h"
|
||||
|
||||
#ifdef PR_LOGGING
|
||||
|
|
|
@ -13,6 +13,8 @@ extern "C" {
|
|||
#pragma GCC visibility pop
|
||||
}
|
||||
|
||||
#include "nscore.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
class AppleVTLinker
|
||||
|
|
Загрузка…
Ссылка в новой задаче