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

Issue 8555017: Add --no-seh to linker command line when building Windows FFmpeg binaries. (Closed)

Created:
9 years, 1 month ago by scherkus (not reviewing)
Modified:
9 years, 1 month ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add --no-seh to linker command line when building Windows FFmpeg binaries. Instead of trying to define an empty SEH table in the LOAD_CONFIG section we can set IMAGE_DLLCHARACTERISTICS_NO_SEH in the NT headers. BUG=99901 TEST=Run BinScope on the new FFmpeg binaries, the SafeSEHCheck test should pass Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109946

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M binaries/win/avcodec-53.dll View Binary file 0 comments Download
M binaries/win/avformat-53.dll View Binary file 0 comments Download
M binaries/win/avutil-51.dll View Binary file 0 comments Download
M build_ffmpeg.sh View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
scherkus (not reviewing)
9 years, 1 month ago (2011-11-14 20:28:50 UTC) #1
jschuh
9 years, 1 month ago (2011-11-14 20:31:31 UTC) #2
On 2011/11/14 20:28:50, scherkus wrote:

lgtm. Please make sure to mark the m16 binaries as well.

Powered by Google App Engine
This is Rietveld 408576698