diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-13 22:17:52 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-13 22:24:19 +0100 |
commit | fb1b70c1ed50951c5fc1a309c3c446b2eaaf564b (patch) | |
tree | 917ce88bb9394bc5037cecf5ad99ce93106e25fd /libavcodec/sh4 | |
parent | 7ac1e27f0f06d55414c2b12f4ad5a43925bdf2a0 (diff) | |
download | ffmpeg-streaming-fb1b70c1ed50951c5fc1a309c3c446b2eaaf564b.zip ffmpeg-streaming-fb1b70c1ed50951c5fc1a309c3c446b2eaaf564b.tar.gz |
libavcodec/sh4: add note about the removial
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/sh4')
-rw-r--r-- | libavcodec/sh4/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/sh4/README b/libavcodec/sh4/README new file mode 100644 index 0000000..8dd61fe --- /dev/null +++ b/libavcodec/sh4/README @@ -0,0 +1,6 @@ +SH4 optimizations have been removed in +commit d6096a67422534918405abb46dafbbac4608cbc3 +The last revission with the optimizations is cbfc9046e1c7e295b74f252902ae6f255eef4e78 + +If you want to maintain these (or other) SH4 optimizations in ffmpeg, then please +contact ffmpeg-devel@ffmpeg.org |