From 4c59e972b588bdc078268d45637703a76e10ccb3 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 12 Jul 2024 10:21:01 +0200 Subject: [PATCH] add celt/arm/meson.build to EXTRA_DIST Otherwise, it is missing in the release tarball and building with meson on ARM fails with: .../celt/meson.build:46:4: ERROR: Nonexistent build file 'celt/arm/meson.build' --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index bb357bbaf..e15339610 100644 --- a/Makefile.am +++ b/Makefile.am @@ -353,6 +353,7 @@ EXTRA_DIST = opus.pc.in \ tests/meson.build \ doc/meson.build \ tests/run_vectors.sh \ + celt/arm/meson.build \ celt/arm/arm2gnu.pl \ celt/arm/celt_pitch_xcorr_arm.s