Commit 036f687 1 parent 25a61f6 commit 036f687 Copy full SHA for 036f687
File tree 4 files changed +4
-1
lines changed
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 351
351
<file name =" ${SRC_DIR}/linux/RpiMMal.cpp" />
352
352
</section >
353
353
354
+ <compilerflag value =" -I${this_dir}/toolkit" if =" NME_LOCAL_TOOLKIT" />
354
355
<compilerflag value =" -I${NME_ZLIB}" />
355
356
<compilerflag value =" -I${NME_PNG}" />
356
357
<compilerflag value =" -I${NME_PNG}.." if =" NME_LOCAL_TOOLKIT" />
357
358
<compilerflag value =" -I${NME_JPEG}" />
358
359
<compilerflag value =" -I${NME_JPEG}.." if =" NME_LOCAL_TOOLKIT" />
359
360
<compilerflag value =" -I${NME_VORBIS}include" />
360
361
<compilerflag value =" -I${NME_OGG}include" />
361
- <compilerflag value =" -I${NME_OGG}.." if =" NME_LOCAL_TOOLKIT" />
362
362
363
363
<compilerflag value =" -I${NME_FREETYPE}" />
364
364
<compilerflag value =" -I${NME_FREETYPE}include" />
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ typedef unsigned short ogg_uint16_t;
21
21
typedef int32_t ogg_int32_t ;
22
22
typedef unsigned int ogg_uint32_t ;
23
23
typedef int64_t ogg_int64_t ;
24
+ typedef uint64_t ogg_uint64_t ;
24
25
25
26
#endif
26
27
#endif
Original file line number Diff line number Diff line change 12
12
13
13
<compilerflag value =" -I${NME_OGG}include/" />
14
14
<compilerflag value =" -I${NME_OGG}" />
15
+ <compilerflag value =" -I${this_dir}/.." />
15
16
<cache value =" 1" />
16
17
17
18
<tag value =" ${NATIVE_TOOLKIT_OPTIM_TAG}" if =" NATIVE_TOOLKIT_OPTIM_TAG" />
Original file line number Diff line number Diff line change 43
43
<compilerflag value =" -I${NME_VORBIS}include/" />
44
44
<compilerflag value =" -I${NME_VORBIS}lib/" />
45
45
<compilerflag value =" -I${NME_OGG}/include/" />
46
+ <compilerflag value =" -I${this_dir}/.." />
46
47
47
48
<file name =" ${NME_VORBIS}lib/mdct.c" />
48
49
<file name =" ${NME_VORBIS}lib/smallft.c" />
You can’t perform that action at this time.
0 commit comments