From 61c9b20bd6e3971b700ae6e6f12a144ef5b17366 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Thu, 5 Jan 2012 18:23:37 +0000 Subject: [PATCH] Fix video_common.h path. Review URL: http://webrtc-codereview.appspot.com/341001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@127 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- libyuv.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libyuv.gyp b/libyuv.gyp index 86468b1b6..de6aff7e1 100644 --- a/libyuv.gyp +++ b/libyuv.gyp @@ -27,7 +27,7 @@ 'include/libyuv/convert.h', 'include/libyuv/scale.h', 'include/libyuv/planar_functions.h', - 'include/video_common.h', + 'include/libyuv/video_common.h', # headers 'source/conversion_tables.h',