| Index: chrome_frame/test/perf/chrome_frame_perftest.cc
|
| diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc
|
| index 14faa1438826de9363d50e4163ee1df522f3c66f..d6421b2a4c14ecc31dbfa795a380c0e0947aaf58 100644
|
| --- a/chrome_frame/test/perf/chrome_frame_perftest.cc
|
| +++ b/chrome_frame/test/perf/chrome_frame_perftest.cc
|
| @@ -295,8 +295,8 @@ class ChromeFrameStartupTest : public ChromeFramePerfTestBase {
|
| chrome_exe_ = dir_app_.Append(chrome::kBrowserProcessExecutableName);
|
| chrome_frame_dll_ = dir_app_.Append(kChromeFrameDllName);
|
| icu_dll_ = dir_app_.Append(L"icudt.dll");
|
| - avcodec_dll_ = dir_app_.Append(L"avcodec-53.dll");
|
| - avformat_dll_ = dir_app_.Append(L"avformat-53.dll");
|
| + avcodec_dll_ = dir_app_.Append(L"avcodec-54.dll");
|
| + avformat_dll_ = dir_app_.Append(L"avformat-54.dll");
|
| avutil_dll_ = dir_app_.Append(L"avutil-51.dll");
|
| }
|
|
|
|
|