mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Ports: Fix typo in ffmpeg dependencies
This makes ffmpeg build again!
This commit is contained in:
parent
aea2583cde
commit
8e6de62d57
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue