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

Unified Diff: chromium/scripts/build_ffmpeg.sh

Issue 9370003: Remove pthreads patch, roll in new patches, disable unchecked bit readers. (Closed) Base URL: ssh://gerrit.chromium.org:29418/chromium/third_party/ffmpeg.git@master
Patch Set: gyp fix. Created 8 years, 10 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
Index: chromium/scripts/build_ffmpeg.sh
diff --git a/chromium/scripts/build_ffmpeg.sh b/chromium/scripts/build_ffmpeg.sh
index 3f67d4e5c17f5733e5525de235144f384b762e6f..d3d5cde47219cb7193c788384b522d39c9c8f0f7 100755
--- a/chromium/scripts/build_ffmpeg.sh
+++ b/chromium/scripts/build_ffmpeg.sh
@@ -234,6 +234,7 @@ add_flag_common --disable-swscale
add_flag_common --disable-amd3dnow
add_flag_common --disable-amd3dnowext
add_flag_common --enable-shared
+add_flag_common --optflags=-O2
scherkus (not reviewing) 2012/02/09 00:40:49 this change isn't mentioned in CL description doe
DaleCurtis 2012/02/09 04:37:39 The static pthreads patch included the -O2 patch,
# Common codecs.
add_flag_common --enable-decoder=theora,vorbis,vp8
« no previous file with comments | « chromium/patches/to_upstream/55_h264_nal.patch ('k') | configure » ('j') | configure » ('J')

Powered by Google App Engine
This is Rietveld 408576698