ffmpeg: Build against libatomic on armv5tel and RISC-V

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-05-05 08:33:11 +00:00
parent 183ccaa5a5
commit be28aade96

View File

@@ -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
###############################################################################