shithub: libvpx

Download patch

ref: 09080d4e5e4f4070aca31239c49f0c78744037a3
parent: a2407935d2137e9447f996ed8eeaa42f40aad3be
author: John Koleszar <jkoleszar@google.com>
date: Thu Dec 22 05:26:45 EST 2011

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

--- a/examples.mk
+++ b/examples.mk
@@ -102,6 +102,7 @@
                          += 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
--