Bug 950506 - Build content/media/directshow in unified mode; r=roc

This commit is contained in:
Ehsan Akhgari 2013-12-15 19:00:54 -05:00
parent 064d922182
commit 75fa61048b
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,9 @@
* 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/. */
#ifndef MP3FrameParser_h
#define MP3FrameParser_h
#include <stdint.h>
#include "mozilla/Mutex.h"
@ -205,3 +208,5 @@ private:
};
}
#endif

View File

@ -12,7 +12,7 @@ EXPORTS += [
'DirectShowUtils.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'AudioSinkFilter.cpp',
'AudioSinkInputPin.cpp',
'DirectShowDecoder.cpp',