diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-04 17:27:37 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-04 17:28:26 +0100 |
commit | 6af6f2db0eafd251c04a42a69b810f661fb186e2 (patch) | |
tree | 23ba3c3a9a4f729609426c0b99f48ce43c82ca7f /community/vlc/fix-missing-asm.S-for-arm.patch | |
parent | f5b4314fb61e9fff1e4457e17fac13a0ab7920a1 (diff) | |
download | aports-6af6f2db0eafd251c04a42a69b810f661fb186e2.tar.bz2 aports-6af6f2db0eafd251c04a42a69b810f661fb186e2.tar.xz |
community/vlc: fix build on aarch64 due to missing file asm.S
Diffstat (limited to 'community/vlc/fix-missing-asm.S-for-arm.patch')
-rw-r--r-- | community/vlc/fix-missing-asm.S-for-arm.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/community/vlc/fix-missing-asm.S-for-arm.patch b/community/vlc/fix-missing-asm.S-for-arm.patch new file mode 100644 index 0000000000..511650fb2e --- /dev/null +++ b/community/vlc/fix-missing-asm.S-for-arm.patch @@ -0,0 +1,26 @@ +From 29c4721b18ad422cc3cbb6aed9d321900dab0e51 Mon Sep 17 00:00:00 2001 +From: =?utf8?q?Martin=20Storsj=C3=B6?= <martin@martin.st> +Date: Thu, 1 Mar 2018 22:20:45 +0200 +Subject: [PATCH] arm_neon: Include asm.S in distribution tarballs + +Signed-off-by: Thomas Guillem <thomas@gllm.fr> +(cherry picked from commit 0d3878ef7488bab8bcb25b0f585143fea96e468f) +Signed-off-by: Thomas Guillem <thomas@gllm.fr> + +Patch-Source: https://git.videolan.org/?p=vlc/vlc-3.0.git;a=commit;h=29c4721b18ad422cc3cbb6aed9d321900dab0e51 +--- + modules/arm_neon/Makefile.am | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/modules/arm_neon/Makefile.am b/modules/arm_neon/Makefile.am +index db81ec0b84..10f5c15d7c 100644 +--- a/modules/arm_neon/Makefile.am ++++ b/modules/arm_neon/Makefile.am +@@ -28,3 +28,5 @@ neon_LTLIBRARIES = \ + libvolume_neon_plugin.la \ + libyuv_rgb_neon_plugin.la + endif ++ ++EXTRA_DIST += arm_neon/asm.S +-- +2.11.0 |