From 6376c1427439fcfda5b7f0efa5d4848489211aee Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 22 Sep 2016 20:47:11 -0400 Subject: [PATCH 1/1] Add nasm and yasm to setup-ubuntu.sh --- scripts/setup-ubuntu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 6ea8ad13..d0a4e2bf 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -18,6 +18,7 @@ PACKAGES="$PACKAGES libglib2.0-dev" # Provides 'glib-genmarshal' which the glib PACKAGES="$PACKAGES libncurses5-dev" PACKAGES="$PACKAGES libtool-bin" PACKAGES="$PACKAGES lzip" +PACKAGES="$PACKAGES nasm" # Used by libjpeg-turbo for x86_64. PACKAGES="$PACKAGES subversion" # Used by the netpbm build. PACKAGES="$PACKAGES tar" PACKAGES="$PACKAGES unzip" @@ -29,6 +30,8 @@ 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 sudo mkdir -p /data/data/com.termux/files/usr -- 2.11.0