17 lines
339 B
Plaintext
17 lines
339 B
Plaintext
cc_library_shared {
|
|
name: "libcodec2_soft_mpeg2dec",
|
|
defaults: [
|
|
"libcodec2_soft-defaults",
|
|
"libcodec2_soft_sanitize_signed-defaults",
|
|
],
|
|
|
|
srcs: ["C2SoftMpeg2Dec.cpp"],
|
|
|
|
static_libs: ["libmpeg2dec"],
|
|
|
|
include_dirs: [
|
|
"external/libmpeg2/decoder",
|
|
"external/libmpeg2/common",
|
|
],
|
|
}
|