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:
Ralph Giles 2014-07-30 11:43:05 -07:00
Родитель 596e672ac8
Коммит 91d62bf836
5 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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