| 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
|
|
|