mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-08-15 23:32:35 +07:00
Compliant to reference software HM11.0 onwards Bug: 14571712 Change-Id: I8af25c1221cc6ab70440141c4d9b48c1ac69696a
13 lines
433 B
Makefile
13 lines
433 B
Makefile
libhevcd_inc_dir_mips += $(LOCAL_PATH)/decoder/mips
|
|
libhevcd_inc_dir_mips += $(LOCAL_PATH)/common/mips
|
|
|
|
libhevcd_srcs_c_mips += decoder/mips/ihevcd_function_selector.c
|
|
libhevcd_srcs_c_mips += decoder/mips/ihevcd_function_selector_mips_generic.c
|
|
|
|
|
|
LOCAL_SRC_FILES_mips += $(libhevcd_srcs_c_mips) $(libhevcd_srcs_asm_mips)
|
|
LOCAL_C_INCLUDES_mips += $(libhevcd_inc_dir_mips)
|
|
LOCAL_CFLAGS_mips += $(libhevcd_cflags_mips)
|
|
|
|
|
|
|