add scale_any to linux.mk make file.

BUG=453
TESTED=untested
R=harryjin@google.com

Review URL: https://webrtc-codereview.appspot.com/50239004.
This commit is contained in:
Frank Barchard 2015-06-09 17:15:12 -07:00
parent 2e9f3e5cf5
commit ce960d5f6a

View File

@ -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: