chiark / gitweb /
setup-ubuntu.sh: Remove yasm as it's in the NDK
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 22 Jan 2017 23:05:20 +0000 (00:05 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 22 Jan 2017 23:05:20 +0000 (00:05 +0100)
scripts/setup-ubuntu.sh

index 9c6133ace67e19a60ffc68432573e651dec88a27..4997234790bf9ef70f9df4a9686bb7a5f7a7fd7e 100755 (executable)
@@ -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