Skip to content

Commit

Permalink
Update FFmpeg to version 5.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Sep 25, 2022
1 parent 6ec5585 commit eeba09c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tools/build-macos
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if [[ ${MACOSX_DEPLOYMENT_TARGET:0:2} = 11 ]]; then
lipo -create musepack_src_r475/mpcenc/mpcenc arm64/musepack_src_r475/mpcenc/mpcenc -output mpcenc
lipo -create wavpack-5.5.0/cli/wavpack arm64/wavpack-5.5.0/cli/wavpack -output wavpack
lipo -create wavpack-5.5.0/cli/wvunpack arm64/wavpack-5.5.0/cli/wvunpack -output wvunpack
lipo -create ffmpeg-5.1.1/ffmpeg arm64/ffmpeg-5.1.1/ffmpeg -output ffmpeg
lipo -create ffmpeg-5.1.2/ffmpeg arm64/ffmpeg-5.1.2/ffmpeg -output ffmpeg

sudo cp lib*.dylib /usr/local/lib
sudo cp ffmpeg mpc* w*pack /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion Readme
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ History
- Updated codecs

- updated ALAC decoder for security fixes and improved performance
- updated FFmpeg to version 5.1.1
- updated FFmpeg to version 5.1.2
- updated Monkey's Audio to version 8.64
- updated WavPack to version 5.5.0
- updated Tom's Audiokompressor to version 2.3.3
Expand Down
2 changes: 1 addition & 1 deletion Readme.de
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Geschichte
- Aktualisierte Codecs

- ALAC-Dekoder für Sicherheitskorrekturen und Geschwindigkeitsverbesserungen aktualisiert
- FFmpeg auf Version 5.1.1 aktualisiert
- FFmpeg auf Version 5.1.2 aktualisiert
- Monkey's Audio auf Version 8.64 aktualisiert
- WavPack auf Version 5.5.0 aktualisiert
- Tom's Audiokompressor auf Version 2.3.3 aktualisiert
Expand Down
4 changes: 2 additions & 2 deletions packaging/flatpak/org.freac.freac.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
"sources": [
{
"type": "archive",
"url": "https://ffmpeg.org/releases/ffmpeg-5.1.1.tar.xz",
"sha256": "95bf3ff8c496511e71e958fb249e663c8c9c3de583c5bebc0f5a9745abbc0435"
"url": "https://ffmpeg.org/releases/ffmpeg-5.1.2.tar.xz",
"sha256": "619e706d662c8420859832ddc259cd4d4096a48a2ce1eefd052db9e440eef3dc"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ parts:
- usr/lib/libvorbis*.so*

ffmpeg:
source: https://ffmpeg.org/releases/ffmpeg-5.1.1.tar.xz
source-checksum: sha256/95bf3ff8c496511e71e958fb249e663c8c9c3de583c5bebc0f5a9745abbc0435
source: https://ffmpeg.org/releases/ffmpeg-5.1.2.tar.xz
source-checksum: sha256/619e706d662c8420859832ddc259cd4d4096a48a2ce1eefd052db9e440eef3dc
plugin: autotools
configflags: [ --prefix=/usr, --disable-autodetect, --enable-gpl, --enable-small, --enable-runtime-cpudetect, --disable-vsx ]
build-packages:
Expand Down
2 changes: 1 addition & 1 deletion tools/build-codecs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ exhale_version=1.1.9
faac_version=1.30
faad2_version=2.10.0
fdk_aac_version=2.0.2
ffmpeg_version=5.1.1
ffmpeg_version=5.1.2
flac_version=1.4.1
lame_version=3.100
libcdio_version=2.1.0
Expand Down

0 comments on commit eeba09c

Please sign in to comment.