summaryrefslogtreecommitdiffstats
path: root/encoder.mips64.mk
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-05-20 13:18:14 +0300
committerLajos Molnar <lajos@google.com>2015-06-03 08:30:27 -0700
commiteb7b34579c51cc416ad8b84436e38cbbfeda835e (patch)
tree792df30a292c1298d85fb814a5e7c89e4d3ca82b /encoder.mips64.mk
parent8ef4c3f6142028732a155cbfc1febd6ef5da72fd (diff)
downloadandroid_external_libavc-eb7b34579c51cc416ad8b84436e38cbbfeda835e.tar.gz
android_external_libavc-eb7b34579c51cc416ad8b84436e38cbbfeda835e.tar.bz2
android_external_libavc-eb7b34579c51cc416ad8b84436e38cbbfeda835e.zip
Fix a variable name typo in the mips64 makefiles
Change-Id: I88617ca5e189cb6d5dbaf0422dd2f7cecdfde778
Diffstat (limited to 'encoder.mips64.mk')
-rw-r--r--encoder.mips64.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/encoder.mips64.mk b/encoder.mips64.mk
index 5181fd9..4f48789 100644
--- a/encoder.mips64.mk
+++ b/encoder.mips64.mk
@@ -3,5 +3,5 @@ libavce_inc_dir_mips64 += $(LOCAL_PATH)/encoder/mips
libavce_srcs_c_mips64 += encoder/mips/ih264e_function_selector.c
-LOCAL_C_INCLUDES_mips64 += $(libavce_inc_dir_mips)
-LOCAL_SRC_FILES_mips64 += $(libavce_srcs_c_mips)
+LOCAL_C_INCLUDES_mips64 += $(libavce_inc_dir_mips64)
+LOCAL_SRC_FILES_mips64 += $(libavce_srcs_c_mips64)