• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* ------------------------------------------------------------------
2  * Copyright (C) 1998-2009 PacketVideo
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
13  * express or implied.
14  * See the License for the specific language governing permissions
15  * and limitations under the License.
16  * -------------------------------------------------------------------
17  */
18 // = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
19 
20 //     MP4 C O N F I G   ( O P E N  C O R E  C O N F I G   I N F O )
21 
22 // = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
23 
24 #ifndef PV_MP4FFPARSER_CONFIG_H_INCLUDED
25 #define PV_MP4FFPARSER_CONFIG_H_INCLUDED
26 
27 #ifndef PVMF_MP4_FF_PARSER_HAS_IMOTION_SUPPORT
28 #define PVMF_MP4_FF_PARSER_HAS_IMOTION_SUPPORT 0
29 #endif
30 
31 #ifndef PVMF_MP4_FF_PARSER_HAS_IMOTION_SUPPORT
32 #define PVMF_MP4_FF_PARSER_HAS_ITUNE_SUPPORT 0
33 #endif
34 
35 #ifndef PVMF_MP4_FF_HAS_OMA2_DRM_SUPPORT
36 #define PVMF_MP4_FF_HAS_OMA2_DRM_SUPPORT 0
37 #endif
38 
39 #ifndef PVMF_MP4_FF_PARSER_HAS_TIMED_TEXT_SUPPORT
40 #define PVMF_MP4_FF_PARSER_HAS_TIMED_TEXT_SUPPORT 0
41 #endif
42 
43 #ifndef PVMF_MP4_FF_PARSER_HAS_MOOF_SUPPORT
44 #define PVMF_MP4_FF_PARSER_HAS_MOOF_SUPPORT 0
45 #endif
46 
47 #ifndef PVMF_MP4_FF_PARSER_HAS_BFRAME_SUPPORT
48 #define PVMF_MP4_FF_PARSER_HAS_BFRAME_SUPPORT 0
49 #endif
50 
51 #ifndef PV_MP4_FF_PARSER_HAS_PPACK_SUPPORT
52 #define PV_MP4_FF_PARSER_HAS_PPACK_SUPPORT 0
53 #endif
54 
55 #endif // PV_MP4FFPARSER_CONFIG_H_INCLUDED
56 
57