From 8571c90c7f40cd4ce6bd8213bf4cdb539145f6b0 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Mon, 25 Feb 2013 14:09:12 +0000 Subject: [PATCH] Fixing hard-coded libvpx source path. BUG=1428 TBR=ajm@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1127006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3564 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/video_coding/codecs/vp8/vp8.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8.gyp b/webrtc/modules/video_coding/codecs/vp8/vp8.gyp index 6ca057ed83..f10e05bd73 100644 --- a/webrtc/modules/video_coding/codecs/vp8/vp8.gyp +++ b/webrtc/modules/video_coding/codecs/vp8/vp8.gyp @@ -112,7 +112,7 @@ '<(webrtc_root)/test/test.gyp:test_support_main', ], 'include_dirs': [ - '<(DEPTH)/third_party/libvpx/source/libvpx', + '<(DEPTH)/third_party/<(libvpx_source)/libvpx', ], 'sources': [ 'default_temporal_layers_unittest.cc',