aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2015-06-09 17:15:12 -0700
committerFrank Barchard <fbarchard@google.com>2015-06-09 17:15:12 -0700
commitce960d5f6a38169c35722f2f24e2a1fdf56550eb (patch)
treeab5d338cb987d814d62074e359eb668ce79eb69a /linux.mk
parent2e9f3e5cf5f3c71a4a34893ceb20c5d69689390f (diff)
downloadlibyuv-ce960d5f6a38169c35722f2f24e2a1fdf56550eb.tar.gz
add scale_any to linux.mk make file.
BUG=453 TESTED=untested R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/50239004.
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux.mk b/linux.mk
index 364ae1a3..aca8bed3 100644
--- a/linux.mk
+++ b/linux.mk
@@ -25,10 +25,11 @@ LOCAL_OBJ_FILES := \
source/row_mips.o \
source/row_gcc.o \
source/scale.o \
+ source/scale_any.o \
source/scale_argb.o \
source/scale_common.o \
- source/scale_mips.o \
source/scale_gcc.o \
+ source/scale_mips.o \
source/video_common.o
.cc.o: