Re: [FFmpeg-devel] [PATCH]lavc/aarch64: Fix compilation with --disable-neon

2020-03-11 Thread Carl Eugen Hoyos
Am Mi., 11. März 2020 um 13:36 Uhr schrieb Martin Storsjö : > > On Wed, 11 Mar 2020, Carl Eugen Hoyos wrote: > > > Hi! > > > > Attached patch fixes the remaining part of ticket #8565. > > This looks correct. Patch applied. Thank you, Carl Eugen ___ ffmp

Re: [FFmpeg-devel] [PATCH]lavc/aarch64: Fix compilation with --disable-neon

2020-03-11 Thread Martin Storsjö
On Wed, 11 Mar 2020, Carl Eugen Hoyos wrote: Hi! Attached patch fixes the remaining part of ticket #8565. This looks correct. // Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsu

[FFmpeg-devel] [PATCH]lavc/aarch64: Fix compilation with --disable-neon

2020-03-11 Thread Carl Eugen Hoyos
Hi! Attached patch fixes the remaining part of ticket #8565. Please comment, Carl Eugen From c6451d3e57eca639e0272609fd817bf22390111e Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 11 Mar 2020 13:16:47 +0100 Subject: [PATCH] lavc/aarch64: Fix compilation with --disable-neon Fixes ti