| Index: README.chromium
|
| ===================================================================
|
| --- README.chromium (revision 106599)
|
| +++ README.chromium (working copy)
|
| @@ -279,6 +279,14 @@
|
| diff -wurp -N orig ffmpeg
|
| diff -wurp -N orig ffmpeg >patches/to_upstream/43_mkv_seekahead_revalidate.patch
|
|
|
| + rm -rf orig
|
| + cp -R ffmpeg orig
|
| + cd ffmpeg
|
| + patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/44_vorbis_oob_read.patch
|
| + cd ..
|
| + diff -wurp -N orig ffmpeg
|
| + diff -wurp -N orig ffmpeg >patches/to_upstream/44_vorbis_oob_read.patch
|
| +
|
| Testing
|
| Updates should be tested against
|
| a) http://wiki.xiph.org/TheoraTestsuite
|
|
|