Skip to content

Commit

Permalink
[ffmpeg] update to 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Oct 17, 2022
1 parent 5907b33 commit 61a5e7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ The builds are provided for several platforms:
Features
--------

Currently FFmpeg 4.4.1 is used with the following features enabled for all platforms:
Currently FFmpeg 5.1.2 is used with the following features enabled for all platforms:

- fontconfig
- gmp
- gnutls
- libaom
- libass
- libbluray
Expand All @@ -41,4 +40,9 @@ Currently FFmpeg 4.4.1 is used with the following features enabled for all platf
- lzma
- zlib

The following additional features are also enabled on Linux:

- gnutls
- libxcb

.. _PyAV: https://github.com/PyAV-Org/PyAV
2 changes: 1 addition & 1 deletion scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
"xvid",
"xz",
],
source_url="https://ffmpeg.org/releases/ffmpeg-5.0.1.tar.xz",
source_url="https://ffmpeg.org/releases/ffmpeg-5.1.2.tar.xz",
build_arguments=[
"--disable-alsa",
"--disable-doc",
Expand Down

0 comments on commit 61a5e7d

Please sign in to comment.