Chromium Code Reviews| 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 |