mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-28 18:24:44 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue