This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvpx-files.xml
61 lines (55 loc) · 3.49 KB
/
vpx-files.xml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<xml>
<!-- <set name="HXCPP_CPP11" value="1" /> -->
<files id="native-toolkit-vpx">
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/ogg/include" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/vorbis/include" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/vorbis/lib" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/vpx" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/vpx/vpx-ports" />
<compilerflag value="-I${ANDROID_NDK_ROOT}/sources/cpufeatures" if="android" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/alloccommon.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/blockd.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/debugmodes.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/dequantize.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/entropy.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/entropymode.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/entropymv.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/extend.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/filter.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/findnearmv.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/generic/systemdependent.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/idct_blk.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/idctllm.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/loopfilter_filters.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/mbpitch.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/modecont.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/quant_common.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/reconinter.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/reconintra.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/reconintra4x4.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/rtcd.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/setupintrarecon.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/swapyv12buffer.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/treecoder.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/common/vp8_loopfilter.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/decoder/dboolhuff.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/decoder/decodeframe.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/decoder/decodemv.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/decoder/detokenize.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/decoder/onyxd_if.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vp8/vp8_dx_iface.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx_config.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx_dsp/vpx_dsp_rtcd.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx_mem/vpx_mem.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx_ports/arm_cpudetect.c" if="ios || android" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx_scale/generic/gen_scalers.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx_scale/generic/vpx_scale.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx_scale/generic/yv12config.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx_scale/generic/yv12extend.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx_scale/vpx_scale_rtcd.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx/src/vpx_codec.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx/src/vpx_decoder.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx/src/vpx_encoder.c" />
<file name="${NATIVE_TOOLKIT_PATH}/vpx/vpx/src/vpx_image.c" />
</files>
</xml>