aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2015-07-14 10:23:10 -0700
committerFrank Barchard <fbarchard@google.com>2015-07-14 10:23:10 -0700
commit3d190ee9f1f9e9e1be1c67cfd4cd24b039d7bc6f (patch)
tree2eea02f69a62abc5d9f768af383195de0e60df92 /linux.mk
parentd45ac9177284d1215d3b9dcfe9b1c83ede5bed3a (diff)
downloadlibyuv-3d190ee9f1f9e9e1be1c67cfd4cd24b039d7bc6f.tar.gz
break rotate into files by cpu in preparation for optimization.
R=bcornell@google.com BUG=libyuv:464 Review URL: https://webrtc-codereview.appspot.com/51289004.
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux.mk b/linux.mk
index aca8bed3..d0b47a69 100644
--- a/linux.mk
+++ b/linux.mk
@@ -19,6 +19,8 @@ LOCAL_OBJ_FILES := \
source/planar_functions.o \
source/rotate.o \
source/rotate_argb.o \
+ source/rotate_common.o \
+ source/rotate_gcc.o \
source/rotate_mips.o \
source/row_any.o \
source/row_common.o \