blob: ed711eea4de5624bd4637a24e91330a5eac07a0a [file] [log] [blame]
Bob Badour56786ac2021-02-25 15:24:36 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "frameworks_av_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_av_license"],
8}
9
S Vasudev Prasadee173172020-11-23 12:17:14 +053010cc_library {
Pawin Vongmasad0f0e142018-11-15 03:36:28 -080011 name: "libcodec2_soft_mpeg2dec",
Pawin Vongmasa36653902018-11-15 00:10:25 -080012 defaults: [
Pawin Vongmasad0f0e142018-11-15 03:36:28 -080013 "libcodec2_soft-defaults",
14 "libcodec2_soft_sanitize_signed-defaults",
Pawin Vongmasa36653902018-11-15 00:10:25 -080015 ],
16
17 srcs: ["C2SoftMpeg2Dec.cpp"],
18
Suyog Pawar67e08fb2024-11-14 11:31:42 +053019 static_libs: [
20 "libmpeg2dec",
21 "android.media.swcodec.flags-aconfig-cc",
22 ],
Pawin Vongmasa36653902018-11-15 00:10:25 -080023}