aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/mp4/precomp.h
blob: 4a141102bbe68a05b3da8df15944090ec7b48d88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
//  precomp.h
//  mp4
//

#include <assert.h>

#ifdef __cplusplus
#include "new"
#endif

#include "foundation/error.h"
#include "foundation/types.h"

#include "nu/ByteReader.h"
#include "nu/ByteWriter.h"
#include "nu/strsafe.h"

#include "nx/nx.h"

#ifdef __cplusplus 
#include "mp4.h"
#include "nsmp4.h"
#include "nu/PtrDeque.h"
#include "jnetlib/jnetlib.h"
#include "nswasabi/ReferenceCounted.h"
#include "nswasabi/ServiceName.h"
#include "decode/svc_decode.h"
#include "http/svc_http_demuxer.h"
#include "replaygain/ifc_replaygain_settings.h"
#include "service/ifc_servicefactory.h"
#endif