Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame^] | 1 | cc_library_shared { |
2 | name: "libstagefright_soft_c2mpeg2dec", | ||||
3 | defaults: [ | ||||
4 | "libstagefright_soft_c2-defaults", | ||||
5 | "libstagefright_soft_c2_sanitize_signed-defaults", | ||||
6 | ], | ||||
7 | |||||
8 | srcs: ["C2SoftMpeg2Dec.cpp"], | ||||
9 | |||||
10 | static_libs: ["libmpeg2dec"], | ||||
11 | |||||
12 | include_dirs: [ | ||||
13 | "external/libmpeg2/decoder", | ||||
14 | "external/libmpeg2/common", | ||||
15 | ], | ||||
16 | } |