Skip to content

Commit

Permalink
Update FFmpeg to version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Jan 17, 2022
1 parent e2a8b47 commit 58d402c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.4.0/cli/wavpack arm64/wavpack-5.4.0/cli/wavpack -output wavpack
lipo -create wavpack-5.4.0/cli/wvunpack arm64/wavpack-5.4.0/cli/wvunpack -output wvunpack
lipo -create ffmpeg-4.4.1/ffmpeg arm64/ffmpeg-4.4.1/ffmpeg -output ffmpeg
lipo -create ffmpeg-5.0/ffmpeg arm64/ffmpeg-5.0/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 @@ -197,7 +197,7 @@ History
- New and updated codecs

- added native Apple Lossless decoder
- updated FFmpeg to version 4.4.1
- updated FFmpeg to version 5.0
- updated Monkey's Audio to version 7.22
- updated mpg123 to version 1.29.3
- updated libsamplerate to version 0.2.2
Expand Down
2 changes: 1 addition & 1 deletion Readme.de
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Geschichte
- Neue und aktualisierte Codecs

- Nativen Apple Lossless-Dekodierer hinzugefügt
- FFmpeg auf Version 4.4.1 aktualisiert
- FFmpeg auf Version 5.0 aktualisiert
- Monkey's Audio auf Version 7.22 aktualisiert
- mpg123 auf Version 1.29.3 aktualisiert
- libsamplerate auf Version 0.2.2 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 @@ -170,8 +170,8 @@
"sources": [
{
"type": "archive",
"url": "https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.xz",
"sha256": "eadbad9e9ab30b25f5520fbfde99fae4a92a1ae3c0257a8d68569a4651e30e02"
"url": "https://ffmpeg.org/releases/ffmpeg-5.0.tar.xz",
"sha256": "51e919f7d205062c0fd4fae6243a84850391115104ccf1efc451733bc0ac7298"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ parts:
- usr/lib/libvorbis*.so*

ffmpeg:
source: https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.xz
source-checksum: sha256/eadbad9e9ab30b25f5520fbfde99fae4a92a1ae3c0257a8d68569a4651e30e02
source: https://ffmpeg.org/releases/ffmpeg-5.0.tar.xz
source-checksum: sha256/51e919f7d205062c0fd4fae6243a84850391115104ccf1efc451733bc0ac7298
plugin: autotools
configflags: [ --prefix=/usr, --disable-autodetect, --enable-gpl, --enable-small, --enable-runtime-cpudetect, --disable-vsx ]
build-packages:
Expand Down
6 changes: 3 additions & 3 deletions tools/build-codecs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ exhale_version=1.1.8
faac_version=1.30
faad2_version=2.10.0
fdk_aac_version=2.0.2
ffmpeg_version=4.4.1
ffmpeg_version=5.0
flac_version=1.3.3
lame_version=3.100
libcdio_version=2.1.0
Expand Down Expand Up @@ -213,9 +213,9 @@ rubberband_patch_levels=(1)
vorbis_patches=(https://freac.org/patches/libvorbis-$vorbis_version-aotuv-b6.03.patch https://freac.org/patches/libvorbis-$vorbis_version-aotuv-b6.03-lancer.patch)
vorbis_patch_levels=(1 1)

# Keep using FFmpeg 4.3.2 on macOS PPC
# Keep using FFmpeg 4.3.3 on macOS PPC
if [[ $uname == Darwin ]] && [[ $BUILD_PPC == True ]]; then
ffmpeg_version=4.3.2
ffmpeg_version=4.3.3
fi

# Keep using libsndfile 1.0.30 on macOS x86
Expand Down

0 comments on commit 58d402c

Please sign in to comment.