From e4ddc8edfa33fb7952cabab08353ec7d9a17cc59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 22 Apr 2009 09:27:36 +0000 Subject: [PATCH] configure: support Blackfin CPU names with --cpu Originally committed as revision 18660 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 876a19bb0f..fccbc998d1 100755 --- a/configure +++ b/configure @@ -1844,6 +1844,9 @@ if test $cpu != "generic"; then ev4|ev45|ev5|ev56|pca56|ev6|ev67) enabled ccc && add_cflags -arch $cpu || add_cflags -mcpu=$cpu ;; + bf*) + add_cflags -mcpu=$cpu + ;; *) echo "WARNING: Unknown CPU \"$cpu\", ignored." ;; -- 2.11.0