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 06de3432a2eaf531a929568adb0de60bceee8a4b..9d64b4a93d570080a8ae5a3a22433d77ec9ac83b 100644 |
--- a/chrome_frame/test/perf/chrome_frame_perftest.cc |
+++ b/chrome_frame/test/perf/chrome_frame_perftest.cc |
@@ -294,8 +294,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"); |
} |