Skip to content

Commit 82fb40f

Browse files
committed
Merge pull request #55 from Saccubus/add_unzip
check unzip package
2 parents 42903b3 + 76bc6e2 commit 82fb40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross_compile_ffmpeg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yes_no_sel () {
2424
}
2525

2626
check_missing_packages () {
27-
local check_packages=('curl' 'pkg-config' 'make' 'git' 'svn' 'cmake' 'gcc' 'autoconf' 'libtool' 'automake' 'yasm' 'cvs' 'flex' 'bison' 'makeinfo' 'g++' 'ed' 'hg' 'pax')
27+
local check_packages=('curl' 'pkg-config' 'make' 'git' 'svn' 'cmake' 'gcc' 'autoconf' 'libtool' 'automake' 'yasm' 'cvs' 'flex' 'bison' 'makeinfo' 'g++' 'ed' 'hg' 'pax' 'unzip')
2828
for package in "${check_packages[@]}"; do
2929
type -P "$package" >/dev/null || missing_packages=("$package" "${missing_packages[@]}")
3030
done

0 commit comments

Comments
 (0)