Signed-off-by: Vicente Olivert Riera <vincent.ri...@imgtec.com>
---
Changes v4 -> v5:
 - Nothing.

Changes v3 -> v4:
 - Use a more accurate warning message.

Changes v2 -> v3:
 - This patch has been added for v3.

Changes v1 -> v2:
 - This patch didn't exist at that point.

 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index b6ca84d..9e1e615 100755
--- a/configure
+++ b/configure
@@ -4241,6 +4241,8 @@ elif enabled mips; then
             # the unwanted features.
         ;;
         *)
+            # Unknown CPU. Disable everything.
+            echo "Warning: unknown CPU. Disabling all MIPS optimizations."
             disable mipsfpu
             disable mips32r2
             disable mips32r6
-- 
2.4.10

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to