Skip to content

Commit 7d90ee6

Browse files
committed
finish commit
1 parent 30a2f01 commit 7d90ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross_compile_ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ check_missing_packages () {
7979
if [[ $DISTRO == "Ubuntu" ]]; then
8080
echo "for ubuntu:"
8181
echo "$ sudo apt-get update"
82-
echo -n " $ sudo apt-get install subversion ragel curl texinfo g++ bison flex cvs yasm automake libtool autoconf gcc cmake git make pkg-config zlib1g-dev mercurial unzip pax nasm gperf autogen bzip2 autoconf-archive p7zip-full meson clang python-is-python3"
82+
echo -n " $ sudo apt-get install subversion ragel curl texinfo g++ bison flex cvs yasm automake libtool autoconf gcc cmake git make pkg-config zlib1g-dev mercurial unzip pax nasm gperf autogen bzip2 autoconf-archive p7zip-full meson clang"
8383
if at_least_required_version "18.04" "$(lsb_release -rs)"; then
8484
echo -n " python3-distutils" # guess it's no longer built-in, lensfun requires it...
8585
fi

0 commit comments

Comments
 (0)