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

Unified Diff: build_ffmpeg.sh

Issue 8555017: Add --no-seh to linker command line when building Windows FFmpeg binaries. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 9 years, 1 month 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 | « binaries/win/avutil-51.dll ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_ffmpeg.sh
===================================================================
--- build_ffmpeg.sh (revision 109943)
+++ build_ffmpeg.sh (working copy)
@@ -316,6 +316,7 @@
add_flag_common --extra-cflags=-I/usr/local/include
add_flag_common --extra-ldflags=-L/usr/local/lib
add_flag_common --extra-ldflags=-Wl,--enable-auto-import
+ add_flag_common --extra-ldflags=-Wl,--no-seh
else
echo "Error: Unknown TARGET_ARCH=$TARGET_ARCH for TARGET_OS=$TARGET_OS!"
exit
« no previous file with comments | « binaries/win/avutil-51.dll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698