allwinner_a64/android/external/libmpeg2/test/Android.bp
2018-08-08 16:14:42 +08:00

16 lines
291 B
Text

cc_binary {
name: "mpeg2dec",
cflags: [
"-DPROFILE_ENABLE",
"-DMD5_DISABLE",
"-DARM",
"-fPIC",
],
local_include_dirs: [
"decoder/",
],
srcs: ["decoder/main.c"],
static_libs: ["libmpeg2dec"],
shared_libs: ["liblog"],
}