Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Currently FFmpeg 8.1.2 is built with the following packages enabled for all plat
- png 1.6.58
- webp 1.6.0
- libvmaf 3.2.0
- opencore-amr 0.1.6
- x264 32c3b801191522961102d4bea292cdb61068d0dd (except armv7l)
- x265 4.2 (except armv7l)

Expand Down
2 changes: 0 additions & 2 deletions scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ def main():
"--enable-gnutls" if use_gnutls else "--disable-gnutls",
"--enable-libdav1d",
"--enable-libmp3lame",
"--enable-libopencore-amrnb",
"--enable-libopencore-amrwb",
"--enable-libopus",
"--enable-libsvtav1",
"--enable-libvmaf",
Expand Down
6 changes: 0 additions & 6 deletions scripts/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ def __lt__(self, other):
"-Denable_tools=false",
],
),
Package(
name="opencore-amr",
source_url="https://downloads.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.6.tar.gz",
sha256="483eb4061088e2b34b358e47540b5d495a96cd468e361050fae615b1809dc4a1",
build_arguments=["--disable-dependency-tracking"],
),
Package(
name="x264",
source_url="https://code.videolan.org/videolan/x264/-/archive/b35605ace3ddf7c1a5d67a2eb553f034aef41d55/x264-b35605ace3ddf7c1a5d67a2eb553f034aef41d55.tar.bz2",
Expand Down