From 510543b6e0ae9a5223041b0049da720a6033d00c Mon Sep 17 00:00:00 2001 From: Steve Lhomme <robux4@ycbcr.xyz> Date: Mon, 28 Nov 2022 10:07:07 +0100 Subject: [PATCH] buildsystem: don't build gas-preprocessor anymore It's not used in libvlc since https://code.videolan.org/videolan/vlc/-/commit/ea889029dfb693b37785200f138cd18e2a21b33b --- buildsystem/compile-libvlc.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildsystem/compile-libvlc.sh b/buildsystem/compile-libvlc.sh index 3d63724..d320e1b 100755 --- a/buildsystem/compile-libvlc.sh +++ b/buildsystem/compile-libvlc.sh @@ -425,8 +425,6 @@ cd $VLC_SRC_DIR/extras/tools avlc_checkfail "buildsystem tools: bootstrap failed" make $MAKEFLAGS avlc_checkfail "buildsystem tools: make failed" -make $MAKEFLAGS .gas || make $MAKEFLAGS .buildgas -avlc_checkfail "buildsystem tools: make failed" cd ../../.. VLC_CONTRIB="$VLC_SRC_DIR/contrib/$TARGET_TUPLE" -- GitLab