mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-22 18:39:35 +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
0de2a87574
commit
5e8770daea
@ -214,6 +214,7 @@ FFMPEG_CONFIGURE_ARGS := \
|
|||||||
--disable-everything \
|
--disable-everything \
|
||||||
--disable-programs \
|
--disable-programs \
|
||||||
--disable-doc \
|
--disable-doc \
|
||||||
|
--disable-inline-asm \
|
||||||
|
|
||||||
$(eval $(call rules-source,ffmpeg,$(SRCDIR)/ffmpeg))
|
$(eval $(call rules-source,ffmpeg,$(SRCDIR)/ffmpeg))
|
||||||
$(eval $(call rules-configure,ffmpeg,32))
|
$(eval $(call rules-configure,ffmpeg,32))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user