aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2015-07-27 10:32:08 -0700
committerFrank Barchard <fbarchard@google.com>2015-07-27 10:32:08 -0700
commit2fa4f5a3ead3ad3e261b03c7ae7fda53dce915db (patch)
treeaab2acc92678cf1e31b8ea8182eb1bfbd9a1008c /linux.mk
parent3a3a89ccd40764579077e93bc303564c873aa7c1 (diff)
downloadlibyuv-2fa4f5a3ead3ad3e261b03c7ae7fda53dce915db.tar.gz
Adds files and functions for rotate any, but does not hook them up to the caller.
rotate any R=harryjin@google.com BUG=libyuv:464 Review URL: https://webrtc-codereview.appspot.com/53769004.
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux.mk b/linux.mk
index d0b47a69..563f8ef4 100644
--- a/linux.mk
+++ b/linux.mk
@@ -18,6 +18,7 @@ LOCAL_OBJ_FILES := \
source/cpu_id.o \
source/planar_functions.o \
source/rotate.o \
+ source/rotate_any.o \
source/rotate_argb.o \
source/rotate_common.o \
source/rotate_gcc.o \