From da1fd8574240600734af2d7c72e4e0660a8a8be7 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 23 Jan 2017 00:05:20 +0100 Subject: [PATCH] setup-ubuntu.sh: Remove yasm as it's in the NDK --- scripts/setup-ubuntu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 9c6133ace..499723479 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -29,7 +29,6 @@ PACKAGES="$PACKAGES scons" PACKAGES="$PACKAGES texinfo" PACKAGES="$PACKAGES xmlto" PACKAGES="$PACKAGES xutils-dev" # Provides 'makedepend' which the openssl build uses. -PACKAGES="$PACKAGES yasm" # Used by libvpx for x86_64 build. DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq $PACKAGES