Browse Source

setup-ubuntu.sh: Remove yasm as it's in the NDK

android-5
Fredrik Fornwall 8 years ago
parent
commit
da1fd85742
  1. 1
      scripts/setup-ubuntu.sh

1
scripts/setup-ubuntu.sh

@ -29,7 +29,6 @@ PACKAGES="$PACKAGES scons"
PACKAGES="$PACKAGES texinfo" PACKAGES="$PACKAGES texinfo"
PACKAGES="$PACKAGES xmlto" PACKAGES="$PACKAGES xmlto"
PACKAGES="$PACKAGES xutils-dev" # Provides 'makedepend' which the openssl build uses. 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 DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq $PACKAGES

Loading…
Cancel
Save