From 09080d4e5e4f4070aca31239c49f0c78744037a3 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Thu, 22 Dec 2011 10:26:45 -0800 Subject: [PATCH] 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 --- examples.mk | 1 + 1 file changed, 1 insertion(+) 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