You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
846 B
33 lines
846 B
cc_library_static { |
|
name: "libFraunhoferAAC", |
|
vendor_available: true, |
|
srcs: [ |
|
"libAACdec/src/*.cpp", |
|
"libAACenc/src/*.cpp", |
|
"libPCMutils/src/*.cpp", |
|
"libFDK/src/*.cpp", |
|
"libSYS/src/*.cpp", |
|
"libMpegTPDec/src/*.cpp", |
|
"libMpegTPEnc/src/*.cpp", |
|
"libSBRdec/src/*.cpp", |
|
"libSBRenc/src/*.cpp", |
|
], |
|
cflags: [ |
|
"-Wno-sequence-point", |
|
"-Wno-extra", |
|
"-Wno-#warnings", |
|
"-Wno-constant-logical-operand", |
|
"-Wno-self-assign", |
|
], |
|
export_include_dirs: [ |
|
"libAACdec/include", |
|
"libAACenc/include", |
|
"libPCMutils/include", |
|
"libFDK/include", |
|
"libSYS/include", |
|
"libMpegTPDec/include", |
|
"libMpegTPEnc/include", |
|
"libSBRdec/include", |
|
"libSBRenc/include", |
|
], |
|
}
|
|
|