From 1cd11856b0442b5f31f3525981e0f8b0e1476f43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 13 Jan 2009 02:02:50 +0000 Subject: [PATCH] configure: add Alpha CPU types Originally committed as revision 16573 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index f1eab728f..8c3cafe35 100755 --- a/configure +++ b/configure @@ -1687,6 +1687,9 @@ if test $cpu != "generic"; then arm*) add_cflags -mcpu=$cpu ;; + ev4|ev45|ev5|ev56|pca56|ev6|ev67) + add_cflags -mcpu=$cpu + ;; *) echo "WARNING: Unknown CPU \"$cpu\", ignored." ;; -- 2.34.1