Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 6993042: ffmpeg chromium glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: removing divx and xdiv Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/tools/build/win/FILES.cfg
===================================================================
--- chrome/tools/build/win/FILES.cfg (revision 91003)
+++ chrome/tools/build/win/FILES.cfg (working copy)
@@ -16,17 +16,17 @@
FILES = [
{
- 'filename': 'avcodec-52.dll',
+ 'filename': 'avcodec-53.dll',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'avformat-52.dll',
+ 'filename': 'avformat-53.dll',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'avutil-50.dll',
+ 'filename': 'avutil-51.dll',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},

Powered by Google App Engine
This is Rietveld 408576698