summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-07-24 16:54:51 -0700
committerJames Zern <jzern@google.com>2015-07-31 18:34:20 -0700
commitfcb4253c9cdaece2dd3a2ab8c6842ed41e24f123 (patch)
treea61c7507bfd7c9f36cf2899409c3c883f4f5474b /examples.mk
parentf42012e526f218f4607e5d678c5bd44bb5978bff (diff)
downloadlibvpx-fcb4253c9cdaece2dd3a2ab8c6842ed41e24f123.tar.gz
update libyuv to r1456
picks up build warning fixes for visual studio 2015 Change-Id: Idea85fa70d1aeb2a46ea355b87fe41ec5b2b9520
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples.mk b/examples.mk
index fad02cfcd..8327ca08a 100644
--- a/examples.mk
+++ b/examples.mk
@@ -22,17 +22,18 @@ LIBYUV_SRCS += third_party/libyuv/include/libyuv/basic_types.h \
third_party/libyuv/source/planar_functions.cc \
third_party/libyuv/source/row_any.cc \
third_party/libyuv/source/row_common.cc \
+ third_party/libyuv/source/row_gcc.cc \
third_party/libyuv/source/row_mips.cc \
third_party/libyuv/source/row_neon.cc \
third_party/libyuv/source/row_neon64.cc \
- third_party/libyuv/source/row_posix.cc \
third_party/libyuv/source/row_win.cc \
third_party/libyuv/source/scale.cc \
+ third_party/libyuv/source/scale_any.cc \
third_party/libyuv/source/scale_common.cc \
+ third_party/libyuv/source/scale_gcc.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 \
LIBWEBM_MUXER_SRCS += third_party/libwebm/mkvmuxer.cpp \