diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-02 20:18:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-02 20:18:44 +0200 |
commit | 2addbeef8ba95c9bccf16fae7a7ba973d1a73ea2 (patch) | |
tree | 14ec51b13456b642b6fa7cd03143b94df379f8d6 /libavcodec/bfin | |
parent | b55d3bbeed375f7b74442c4dd274d116a3e3d2e1 (diff) | |
download | ffmpeg-2addbeef8ba95c9bccf16fae7a7ba973d1a73ea2.tar.gz |
bfin: add README
Based on sh4/README
Suggested-by: jamrial
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/bfin')
-rw-r--r-- | libavcodec/bfin/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/bfin/README b/libavcodec/bfin/README new file mode 100644 index 0000000000..afb3461b72 --- /dev/null +++ b/libavcodec/bfin/README @@ -0,0 +1,6 @@ +BFIN optimizations have been removed in +commit 880e2aa23645ed9871c66ee1cbd00f93c72d2d73 +The last revission with the optimizations is fa4e17c14035ebf43130fb369e1728cdd98d0b72 + +If you want to maintain these (or other) BFIN optimizations in ffmpeg, then please +contact ffmpeg-devel@ffmpeg.org |