[vlc-devel] [PATCH] fix arm64 build

Mathieu Velten matmaul at gmail.com
Sun Mar 4 23:04:12 CET 2018


ok so it doesn't fix anything sorry, and the initial path looks good...
merge_asm.S is probably wrong however since it includes ../arm_neon/asm.S

If someone have an idea to fix aarch64 build, I can only test through the
Flatpak build so it is a bit painful.

Le dim. 4 mars 2018 à 11:37, Mathieu Velten <matmaul at gmail.com> a écrit :

> ---
>  modules/video_filter/deinterlace/merge_arm64.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/modules/video_filter/deinterlace/merge_arm64.S
> b/modules/video_filter/deinterlace/merge_arm64.S
> index 7b70678891..2ceea3b746 100644
> --- a/modules/video_filter/deinterlace/merge_arm64.S
> +++ b/modules/video_filter/deinterlace/merge_arm64.S
> @@ -19,7 +19,7 @@
>   // Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
>
> //****************************************************************************/
>
> -#include "../../arm_neon/asm.S"
> +#include "../arm_neon/asm.S"
>
>         .text
>
> --
> 2.14.3
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20180304/0e307a37/attachment.html>


More information about the vlc-devel mailing list