diff options
Diffstat (limited to 'chrome_frame/test/perf/chrome_frame_perftest.cc')
-rw-r--r-- | chrome_frame/test/perf/chrome_frame_perftest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc index 14faa14..d6421b2 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"); } |