summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-12-22 10:26:45 -0800
committerJohn Koleszar <jkoleszar@google.com>2011-12-22 10:27:05 -0800
commit09080d4e5e4f4070aca31239c49f0c78744037a3 (patch)
tree9b3eca620ad3f01e90485705d2d9597d034d0b1a
parenta2407935d2137e9447f996ed8eeaa42f40aad3be (diff)
downloadlibvpx-09080d4e5e4f4070aca31239c49f0c78744037a3.tar
libvpx-09080d4e5e4f4070aca31239c49f0c78744037a3.tar.gz
libvpx-09080d4e5e4f4070aca31239c49f0c78744037a3.tar.bz2
libvpx-09080d4e5e4f4070aca31239c49f0c78744037a3.zip
Add missing includes for multi-res
Makes the distribution tree (built with 'make dist') buildable with --enable-install-srcs --enable-multi-res-encoding Change-Id: If2ea7632f7b26615196e9abcfaa34618cc50112a
-rw-r--r--examples.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples.mk b/examples.mk
index 1f7dcc171..f6c904588 100644
--- a/examples.mk
+++ b/examples.mk
@@ -102,6 +102,7 @@ vp8_multi_resolution_encoder.SRCS \
+= third_party/libyuv/include/libyuv/basic_types.h \
third_party/libyuv/include/libyuv/cpu_id.h \
third_party/libyuv/include/libyuv/scale.h \
+ third_party/libyuv/source/row.h \
third_party/libyuv/source/scale.c \
third_party/libyuv/source/cpu_id.c
vp8_multi_resolution_encoder.GUID = 04f8738e-63c8-423b-90fa-7c2703a374de