diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-12-03 13:22:19 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-12 19:47:06 +0100 |
commit | 1dcd96f72f77fcfdb86718137b1a0388c20f370d (patch) | |
tree | 033a736a87e68498fd79c879e3e7613c65cadbf7 /Changelog | |
parent | 625b582d5a9196c582e7702b542b3e0face30ccf (diff) | |
download | ffmpeg-1dcd96f72f77fcfdb86718137b1a0388c20f370d.tar.gz |
mips: remove --mips64r6 configure option
Having a configure option with the same name as a MIPS ISA is confusing,
so better to remove it. This option was being used to add some
optimizations to a specific core (i6400). We will add the optimizations
just when the i6400 core has been detected, in a later patch.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ version <next>: - mipsdspr1 option has been renamed to mipsdsp - aemphasis filter - mips32r5 option has been removed +- mips64r6 option has been removed - DXVA2-accelerated VP9 decoding |