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

Unified Diff: README.chromium

Issue 3066011: ffmpeg configured with webm decode only to avoid postproc that pulls in unuse... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: '' Created 10 years, 5 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
« no previous file with comments | « no previous file | patches/to_upstream/01_static_pthread_O2.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 53990)
+++ README.chromium (working copy)
@@ -45,6 +45,7 @@
patch -p1 --no-backup-if-mismatch < ../patches/ugly/10_aac_oob_read.patch
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/11_mkv_buffer_overflow.patch
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/12_ogg_seek_to_zero.patch
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/13_libvpx_check_decoder_only.patch
cd ..
There is also a script "make_src_tree.sh" that automates most of the steps
@@ -223,6 +224,15 @@
diff -rpu -N orig ffmpeg-mt
diff -rpu -N orig ffmpeg-mt >patches/to_upstream/12_ogg_seek_to_zero.patch
+ rm -rf orig
+ cp -R ffmpeg-mt orig
+ cd ffmpeg-mt
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/13_libvpx_check_decoder_only.patch
+ cd ..
+ diff -rpu -N orig ffmpeg-mt
+ diff -rpu -N orig ffmpeg-mt >patches/to_upstream/13_libvpx_check_decoder_only.patch
+
+
Testing
Updates should be tested against
http://wiki.xiph.org/TheoraTestsuite
« no previous file with comments | « no previous file | patches/to_upstream/01_static_pthread_O2.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698