Skip to content

Commit 7ab7964

Browse files
committed
Update apt-get
1 parent 5f3bfaf commit 7ab7964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_scripts/build_ffmpeg.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ if [ "$(uname)" == "Darwin" ]; then
209209
brew install yasm nasm automake gettext
210210
export PATH="/usr/local/opt/gettext/bin:$PATH"
211211
else
212+
sudo apt-get update
212213
sudo apt-get -y install automake autopoint libtool gperf
213214
# Install nasm >= 2.13 for libx264
214215
if [ ! -d "nasm-2.13.03" ]; then

0 commit comments

Comments
 (0)