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

Unified Diff: third_party/ffmpeg/generate_libs.bat

Issue 63054: Convert /third_party/ffmpeg to gyp and a python build script. (Closed)
Patch Set: Created 11 years, 8 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/generate_libs.py » ('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
deleted file mode 100755
index 156ae175aca7825a84b4b1afe5dee0a42fce475c..0000000000000000000000000000000000000000
--- a/third_party/ffmpeg/generate_libs.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-
-setlocal
-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-50.def /out:%OUTDIR%\lib\avutil-50.lib
« no previous file with comments | « third_party/ffmpeg/ffmpeg.vcproj ('k') | third_party/ffmpeg/generate_libs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698