[FFmpeg-devel] [PATCH] configure: remove stray bfin architecture
Martin Storsjö
martin at martin.st
Mon Jun 10 14:27:37 EEST 2024
On Sun, 9 Jun 2024, Rémi Denis-Courmont wrote:
> This seems to have been omitted in
> 880e2aa23645ed9871c66ee1cbd00f93c72d2d73.
> ---
> configure | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/configure b/configure
> index e69ed55837..4e27e6fd2b 100755
> --- a/configure
> +++ b/configure
> @@ -2130,7 +2130,6 @@ ARCH_LIST="
> aarch64
> alpha
> arm
> - bfin
> ia64
> loongarch
> loongarch32
> @@ -5345,10 +5344,6 @@ elif enabled arm; then
>
> test_cflags -mfp16-format=ieee && add_cflags -mfp16-format=ieee
>
> -elif enabled bfin; then
> -
> - cpuflags="-mcpu=$cpu"
> -
> elif enabled loongarch; then
>
> enable local_aligned
> --
> 2.45.1
LGTM
// Martin
More information about the ffmpeg-devel
mailing list