Skip to content

Commit

Permalink
Ports: Enable libx264 support in FFmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Kvalevog authored and linusg committed Apr 3, 2022
1 parent a0bbada commit 85ed64b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Ports/ffmpeg/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
port=ffmpeg
version=5.0
useconfigure=true
depends=("libiconv" "libtiff" "xz" "bzip2" "SDL2")
depends=("libiconv" "libtiff" "xz" "bzip2" "SDL2" "x264")
files="https://ffmpeg.org/releases/ffmpeg-${version}.tar.gz ffmpeg-${version}.tar.gz 7bf52bc242b5db8df67c62cb826df134d917dedcf6abf1289e15e4057bcc1750"
auth_type="sha256"
installopts=("INSTALL_TOP=${SERENITY_INSTALL_ROOT}/usr/local")
Expand All @@ -15,8 +15,10 @@ configure() {
--cc="${CC} -std=gnu99" \
--cxx="${CXX} -std=gnu99" \
--enable-cross-compile \
--disable-stripping \
--disable-avx
--enable-gpl \
--enable-libx264 \
--disable-stripping \
--disable-avx
}

install() {
Expand Down

0 comments on commit 85ed64b

Please sign in to comment.