-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsample.ant.properties
More file actions
44 lines (36 loc) · 869 Bytes
/
sample.ant.properties
File metadata and controls
44 lines (36 loc) · 869 Bytes
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
#
# The Android NDK home directory:
#
ndk.home=/usr/local/google/android-ndk-r4
#
# The list of native AAC decoders.
# Allowed decoders are: faad2, ffmpeg, opencore-aacdec.
#
# NOTE: if you change this property then it is recommended to clean the project
# (ant mrproper)
#
# Examples:
# aac.decoders=opencore-aacdec
# aac.decoders=faad2 ffmpeg opencore-aacdec
#
aac.decoders=faad2 ffmpeg opencore-aacdec
#
# Enable 4-th decoder - MMS/ASF/WMA
# mms=yes
#
mms=yes
#
# The debug level of the JNI/C code.
# Allowed values are: trace, debug, info, warn, error
#
jni.loglevel=info
#
# Options passed to the Makefile, e.g:
# -d = debug all
# --debug=v = set debug level (a, b, v, i, j, m)
# -qp = print the database of rules (nothing remade)
#
# Or targets:
# dump = dumps all targets
#
make.options=