Ports: Fix typo in ffmpeg dependencies

This makes ffmpeg build again!
This commit is contained in:
Tim Schumacher 2021-11-01 10:13:42 +01:00 committed by Andreas Kling
parent aea2583cde
commit 8e6de62d57

View file

@ -2,7 +2,7 @@
port=ffmpeg
version=4.4
useconfigure=true
depends=("libiconv" "libtiff" "xz" "bzip")
depends=("libiconv" "libtiff" "xz" "bzip2")
files="https://ffmpeg.org/releases/ffmpeg-${version}.tar.gz ffmpeg-${version}.tar.gz a4abede145de22eaf233baa1726e38e137f5698d9edd61b5763cd02b883f3c7c"
auth_type="sha256"
installopts=("INSTALL_TOP=${SERENITY_INSTALL_ROOT}/usr/local")