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.
This commit is contained in:
Arkadiusz Hiler 2024-04-15 14:54:16 +03:00
parent e11744fcb7
commit 9b2fed6fe4

View File

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