Skip to content

Commit

Permalink
Bump opus to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue authored Jan 19, 2025
1 parent 72e5f04 commit 913c1f6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 60 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Currently FFmpeg 7.1 is built with the following packages enabled for all platfo
- lame 3.100
- ogg 1.3.5
- opencore-amr 0.1.5
- opus 1.4
- opus 1.5.2
- speex 1.2.1
- svt-av1 2.2.1
- srt 1.5.4 (encryption disabled on macOS)
Expand Down
28 changes: 0 additions & 28 deletions patches/fontconfig.patch

This file was deleted.

12 changes: 0 additions & 12 deletions patches/harfbuzz.patch

This file was deleted.

12 changes: 0 additions & 12 deletions patches/opus.patch

This file was deleted.

14 changes: 7 additions & 7 deletions scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,9 @@
name="ogg",
source_url="http://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.gz",
),
Package(
name="opencore-amr",
source_url="http://deb.debian.org/debian/pool/main/o/opencore-amr/opencore-amr_0.1.5.orig.tar.gz",
# parallel build hangs on Windows
build_parallel=plat != "Windows",
),
Package(
name="opus",
source_url="https://github.com/xiph/opus/releases/download/v1.4/opus-1.4.tar.gz",
source_url="https://github.com/xiph/opus/releases/download/v1.5.2/opus-1.5.2.tar.gz",
build_arguments=["--disable-doc", "--disable-extra-programs"],
),
Package(
Expand Down Expand Up @@ -163,6 +157,12 @@
"-DWEBP_BUILD_BUILD_EXTRAS=OFF",
],
),
Package(
name="opencore-amr",
source_url="http://deb.debian.org/debian/pool/main/o/opencore-amr/opencore-amr_0.1.5.orig.tar.gz",
# parallel build hangs on Windows
build_parallel=plat != "Windows",
),
Package(
name="x264",
source_url="https://code.videolan.org/videolan/x264/-/archive/master/x264-master.tar.bz2",
Expand Down

0 comments on commit 913c1f6

Please sign in to comment.