From ac1f877a5e01363c9999b5249243e99be411a259 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Mon, 25 Feb 2013 17:10:38 +0000 Subject: [PATCH] Remove unneeded libvpx path from vp8 include_dirs. This is already provided by libvpx.gyp. BUG=webrtc:1428 Review URL: https://webrtc-codereview.appspot.com/1139004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3568 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/video_coding/codecs/vp8/vp8.gyp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8.gyp b/webrtc/modules/video_coding/codecs/vp8/vp8.gyp index 46b15059b2..9ed3403273 100644 --- a/webrtc/modules/video_coding/codecs/vp8/vp8.gyp +++ b/webrtc/modules/video_coding/codecs/vp8/vp8.gyp @@ -19,7 +19,6 @@ 'use_temporal_layers%': 1, }], ], - 'libvpx_source%': 'libvpx/source', }, 'targets': [ { @@ -112,9 +111,6 @@ '<(DEPTH)/testing/gtest.gyp:gtest', '<(webrtc_root)/test/test.gyp:test_support_main', ], - 'include_dirs': [ - '<(DEPTH)/third_party/<(libvpx_source)/libvpx', - ], 'sources': [ 'default_temporal_layers_unittest.cc', 'reference_picture_selection_unittest.cc',