[FFmpeg-devel] [PATCH 1/2] configure: permit POWER9 cpu flags
Sean McGovern
gseanmcg at gmail.com
Sat Jul 6 22:56:10 EEST 2024
Hi,
On Wed, Jul 3, 2024, 21:24 Sean McGovern <gseanmcg at gmail.com> wrote:
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index b28221f258..bbda7a02cb 100755
> --- a/configure
> +++ b/configure
> @@ -5493,7 +5493,7 @@ elif enabled ppc; then
> cpuflags="-mcpu=$cpu"
> disable vsx
> ;;
> - power[7-8]*)
> + power[7-9]*)
> cpuflags="-mcpu=$cpu"
> ;;
> cell)
> --
> 2.39.2
>
Can this piece go ahead without 2/2?
-- Sean McGovern
More information about the ffmpeg-devel
mailing list