diff options
author | Shivraj Patil <shivraj.patil@imgtec.com> | 2015-04-09 19:51:40 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-10 13:03:10 +0200 |
commit | 7fdd31421cfe670d0ee37200c6c9739acd1168be (patch) | |
tree | b863464ec8e3c25f9b5edde4d7da559daca4e5bf /configure | |
parent | 076bfe96128f50df4d817509f308cad8e0738d76 (diff) | |
download | ffmpeg-7fdd31421cfe670d0ee37200c6c9739acd1168be.tar.gz |
configure: add support for 74kf cpu
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3884,6 +3884,11 @@ elif enabled mips; then disable mipsfpu disable msa ;; + 74kf) + disable mips32r5 + disable mips64r6 + disable msa + ;; p5600) disable mips64r6 disable mipsdspr1 |