We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3bfaf commit 7ab7964Copy full SHA for 7ab7964
build_scripts/build_ffmpeg.sh
@@ -209,6 +209,7 @@ if [ "$(uname)" == "Darwin" ]; then
209
brew install yasm nasm automake gettext
210
export PATH="/usr/local/opt/gettext/bin:$PATH"
211
else
212
+ sudo apt-get update
213
sudo apt-get -y install automake autopoint libtool gperf
214
# Install nasm >= 2.13 for libx264
215
if [ ! -d "nasm-2.13.03" ]; then
0 commit comments