LGTM Thanks, Nedeljko ________________________________________ Od: Vincent Olivert Riera Poslato: 16. novembar 2015 15:57 Za: ffmpeg-devel@ffmpeg.org Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera Tema: [PATCH 11/13] Remove the MIPS "generic" core in favor of "*"
There is no point to have a "generic" core when we can catch all unsupported cores with the "*" option, so remove it. Signed-off-by: Vicente Olivert Riera <vincent.ri...@imgtec.com> --- configure | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/configure b/configure index d366eb2..1bfcc67 100755 --- a/configure +++ b/configure @@ -4154,10 +4154,6 @@ elif enabled mips; then ;; esac ;; - generic) - disable mips64r6 - disable msa - ;; *) disable mipsfpu disable mips32r2 -- 1.7.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel