From 9a6623b629aae9d5c6e9ebdad969a9ddf164e2f9 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Mon, 25 Feb 2013 14:27:14 +0000 Subject: [PATCH] Revert "Fixing hard-coded libvpx source path." This reverts commit 1c603646da11971f13d66a75da31ebbb6eff37d9. TBR=phoglund@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/1137004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3565 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 f10e05bd7..6ca057ed8 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',