| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 81b5ab8eaa278f74c09146ccbb3478421dab13ae..b8d786789d9a8d15116dd0c7d896062a21eafbb1 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -170,7 +170,7 @@ bool PathProvider(int key, FilePath* result) {
|
| return false;
|
| break;
|
| case chrome::FILE_LIBAVUTIL:
|
| - if (!GetFFmpegLibraryPath(&cur, FILE_PATH_LITERAL("avutil-49.dll")))
|
| + if (!GetFFmpegLibraryPath(&cur, FILE_PATH_LITERAL("avutil-50.dll")))
|
| return false;
|
| break;
|
| // The following are only valid in the development environment, and
|
|
|