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:
@@ -112,7 +112,7 @@
|
|||||||
'<(webrtc_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'<(DEPTH)/third_party/libvpx/source/libvpx',
|
'<(DEPTH)/third_party/<(libvpx_source)/libvpx',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'default_temporal_layers_unittest.cc',
|
'default_temporal_layers_unittest.cc',
|
||||||
|
|||||||
Reference in New Issue
Block a user