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
This commit is contained in:
phoglund@webrtc.org 2013-02-25 14:09:12 +00:00
parent 2f9bd247ad
commit 8571c90c7f

View File

@ -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',