mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
ffmpeg: Build against libatomic on armv5tel and RISC-V
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -36,6 +36,14 @@ PAK_VER = 11
|
|||||||
|
|
||||||
DEPS = sdl lame libvorbis xvid
|
DEPS = sdl lame libvorbis xvid
|
||||||
|
|
||||||
|
ifeq "$(BUILD_ARCH)" "armv5tel"
|
||||||
|
LDFLAGS += -latomic
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq "$(BUILD_ARCH)" "riscv64"
|
||||||
|
LDFLAGS += -latomic
|
||||||
|
endif
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user