summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-08-22 18:16:44 -0700
committerJames Zern <jzern@google.com>2014-08-22 18:16:44 -0700
commit2f5e0faefd22e24da941c605946d0f4fad694045 (patch)
treed5fb7e4058c99c867aa3d1742783b5f267a016e0 /examples.mk
parentaaea40d847f6150bb2227f3fb460ad48ac0977ae (diff)
downloadlibvpx-2f5e0faefd22e24da941c605946d0f4fad694045.tar
libvpx-2f5e0faefd22e24da941c605946d0f4fad694045.tar.gz
libvpx-2f5e0faefd22e24da941c605946d0f4fad694045.tar.bz2
libvpx-2f5e0faefd22e24da941c605946d0f4fad694045.zip
add libyuv/scale_neon64.cc
from r1051, missed in r1060 snapshot update Change-Id: I3756d8d29fc0dd4c4491efa84b8f8837edde23a7
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples.mk b/examples.mk
index 91bd45aa4..537d8ff7d 100644
--- a/examples.mk
+++ b/examples.mk
@@ -31,6 +31,7 @@ LIBYUV_SRCS += third_party/libyuv/include/libyuv/basic_types.h \
third_party/libyuv/source/scale_common.cc \
third_party/libyuv/source/scale_mips.cc \
third_party/libyuv/source/scale_neon.cc \
+ third_party/libyuv/source/scale_neon64.cc \
third_party/libyuv/source/scale_posix.cc \
third_party/libyuv/source/scale_win.cc \