| Index: webrtc/common_video/libyuv/libyuv_unittest.cc
|
| diff --git a/webrtc/common_video/libyuv/libyuv_unittest.cc b/webrtc/common_video/libyuv/libyuv_unittest.cc
|
| index e7cf0759f618f7d03e090112913703d4199fdfc4..826fc0e16a6fc23ace754843c87b02ce414f2b40 100644
|
| --- a/webrtc/common_video/libyuv/libyuv_unittest.cc
|
| +++ b/webrtc/common_video/libyuv/libyuv_unittest.cc
|
| @@ -103,8 +103,8 @@ TestLibYuv::TestLibYuv()
|
| }
|
|
|
| void TestLibYuv::SetUp() {
|
| - const std::string input_file_name = webrtc::test::ProjectRootPath() +
|
| - "resources/foreman_cif.yuv";
|
| + const std::string input_file_name = webrtc::test::ResourcePath("foreman_cif",
|
| + "yuv");
|
| source_file_ = fopen(input_file_name.c_str(), "rb");
|
| ASSERT_TRUE(source_file_ != NULL) << "Cannot read file: "<<
|
| input_file_name << "\n";
|
|
|