This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via be28aade968899ee907cc135e0158e23f7fe2908 (commit) from 183ccaa5a5c95f4cb2b639360f3c1465567577e9 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit be28aade968899ee907cc135e0158e23f7fe2908 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed May 5 08:33:11 2021 +0000
ffmpeg: Build against libatomic on armv5tel and RISC-V
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/ffmpeg | 8 ++++++++ 1 file changed, 8 insertions(+)
Difference in files: diff --git a/lfs/ffmpeg b/lfs/ffmpeg index 41b939c22..976a4ab13 100644 --- a/lfs/ffmpeg +++ b/lfs/ffmpeg @@ -36,6 +36,14 @@ PAK_VER = 11
DEPS = sdl lame libvorbis xvid
+ifeq "$(BUILD_ARCH)" "armv5tel" + LDFLAGS += -latomic +endif + +ifeq "$(BUILD_ARCH)" "riscv64" + LDFLAGS += -latomic +endif + ############################################################################### # Top-level Rules ###############################################################################
hooks/post-receive -- IPFire 2.x development tree