Skip to content

Instantly share code, notes, and snippets.

Created March 4, 2015 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9a3dc80f084b3cccaee2 to your computer and use it in GitHub Desktop.
Save anonymous/9a3dc80f084b3cccaee2 to your computer and use it in GitHub Desktop.
NDK location
#
# The Android NDK home directory:
#
ndk.home=C\:\\ndk
#
# 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=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment