mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-27 05:58:16 +03:00
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:
parent
e11744fcb7
commit
9b2fed6fe4
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user