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

Unified Diff: third_party/ffmpeg/generate_libs.bat

Issue 56129: Update public FFmpeg header files from r16647 to r18286. (Closed)
Patch Set: Created 11 years, 9 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
« no previous file with comments | « third_party/ffmpeg/ffmpeg.vcproj ('k') | third_party/ffmpeg/include/libavcodec/avcodec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/generate_libs.bat
diff --git a/third_party/ffmpeg/generate_libs.bat b/third_party/ffmpeg/generate_libs.bat
index dcebc2d9bf8e26924cec83571669563cb27563b7..156ae175aca7825a84b4b1afe5dee0a42fce475c 100755
--- a/third_party/ffmpeg/generate_libs.bat
+++ b/third_party/ffmpeg/generate_libs.bat
@@ -5,5 +5,4 @@ set OUTDIR=%1
lib /nologo /machine:X86 /def:avcodec-52.def /out:%OUTDIR%\lib\avcodec-52.lib
lib /nologo /machine:X86 /def:avformat-52.def /out:%OUTDIR%\lib\avformat-52.lib
-lib /nologo /machine:X86 /def:avutil-49.def /out:%OUTDIR%\lib\avutil-49.lib
-
+lib /nologo /machine:X86 /def:avutil-50.def /out:%OUTDIR%\lib\avutil-50.lib
« no previous file with comments | « third_party/ffmpeg/ffmpeg.vcproj ('k') | third_party/ffmpeg/include/libavcodec/avcodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698