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

Unified Diff: README.chromium

Issue 6594028: Merge 76139 - Initialize a variable, and revalidate indexes when necessary.... (Closed) Base URL: svn://chrome-svn/chrome/branches/ffmpeg/648/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | patches/to_upstream/25_ogg_index.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 76145)
+++ README.chromium (working copy)
@@ -57,6 +57,7 @@
patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/22_r26366_wav_duration.patch
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/23_avoid_masking_matroskadec_parse_errors.patch
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/24_thread_index.patch
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/25_ogg_index.patch
cd ..
There is also a script "make_src_tree.sh" that automates most of the steps
@@ -292,6 +293,14 @@
diff -wurp -N orig ffmpeg-mt
diff -wurp -N orig ffmpeg-mt >patches/to_upstream/24_thread_index.patch
+ rm -rf orig
+ cp -R ffmpeg-mt orig
+ cd ffmpeg-mt
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/25_ogg_index.patch
+ cd ..
+ diff -wurp -N orig ffmpeg-mt
+ diff -wurp -N orig ffmpeg-mt >patches/to_upstream/25_ogg_index.patch
+
Testing
Updates should be tested against
http://wiki.xiph.org/TheoraTestsuite
« no previous file with comments | « no previous file | patches/to_upstream/25_ogg_index.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698