From 9b2fed6fe4d6108a0992d67813948d530c13c5dd Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Mon, 15 Apr 2024 14:54:16 +0300 Subject: [PATCH] Makefile.in: Disable inline assembly for ffmpeg. It doesn't build with newer versions of GNU ld. We don't ship the artifacts anyway, it's just to build gstreemer for use with Steam's libav. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index a44d25ec..f034d655 100644 --- a/Makefile.in +++ b/Makefile.in @@ -214,6 +214,7 @@ FFMPEG_CONFIGURE_ARGS := \ --disable-everything \ --disable-programs \ --disable-doc \ + --disable-inline-asm \ $(eval $(call rules-source,ffmpeg,$(SRCDIR)/ffmpeg)) $(eval $(call rules-configure,ffmpeg,32))