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

Issue 63054: Convert /third_party/ffmpeg to gyp and a python build script. (Closed)

Created:
11 years, 8 months ago by scherkus (not reviewing)
Modified:
9 years, 7 months ago
Reviewers:
bradn, sgk
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Convert /third_party/ffmpeg to gyp for Windows builds. To smooth out the transition I left in using_ffmpeg.vsprops until the rest of Windows switches over to gyp. I also took the opportunity to ditch the .bat file in favour of python.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -236 lines) Patch
M build/all.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M media/media.gyp View 4 chunks +2 lines, -14 lines 0 comments Download
A third_party/ffmpeg/ffmpeg.gyp View 1 chunk +100 lines, -0 lines 0 comments Download
M third_party/ffmpeg/ffmpeg.vcproj View 1 chunk +0 lines, -196 lines 0 comments Download
M third_party/ffmpeg/generate_libs.bat View 1 chunk +0 lines, -8 lines 0 comments Download
A third_party/ffmpeg/generate_libs.py View 1 chunk +36 lines, -0 lines 0 comments Download
M third_party/ffmpeg/generate_libs.rules View 1 chunk +0 lines, -18 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scherkus (not reviewing)
This would be my first major gyp contribution.. hopefully I did it right :) It's ...
11 years, 8 months ago (2009-04-07 07:49:45 UTC) #1
bradn
Lgtm Sorry I believe I owed you the cl.
11 years, 8 months ago (2009-04-07 17:38:18 UTC) #2
sgk
11 years, 8 months ago (2009-04-07 22:06:19 UTC) #3
ffmpeg.gyp only does anything on Windows.  Is this going to be a multi-platform
in the future?  If not, then all of the other dependencies on ffmpeg.gyp should
be in OS=="win" conditionals so we don't generate useless build configurations
on the other systems.

Powered by Google App Engine
This is Rietveld 408576698