Skip to content

Commit

Permalink
Update FFmpeg to version 7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Apr 14, 2024
1 parent f6f164e commit 8360f60
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.7.0/cli/wavpack arm64/wavpack-5.7.0/cli/wavpack -output wavpack
lipo -create wavpack-5.7.0/cli/wvunpack arm64/wavpack-5.7.0/cli/wvunpack -output wvunpack
lipo -create ffmpeg-6.1.1/ffmpeg arm64/ffmpeg-6.1.1/ffmpeg -output ffmpeg
lipo -create ffmpeg-7.0/ffmpeg arm64/ffmpeg-7.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 @@ -184,7 +184,7 @@ History

- Updated codecs

- updated FFmpeg to version 6.1.1
- updated FFmpeg to version 7.0
- updated Opus to version 1.5.2 with Opus Speech Coding Enhancement
- updated Monkey's Audio to version 10.60
- updated WavPack to version 5.7.0
Expand Down
2 changes: 1 addition & 1 deletion Readme.de
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Geschichte

- Aktualisierte Codecs

- FFmpeg auf Version 6.1.1 aktualisiert
- FFmpeg auf Version 7.0 aktualisiert
- Opus auf Version 1.5.2 mit Opus Speech Coding Enhancement aktualisiert
- Monkey's Audio auf Version 10.60 aktualisiert
- WavPack auf Version 5.7.0 aktualisiert
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ parts:
- usr/lib/libvorbis*.so*

ffmpeg:
source: https://ffmpeg.org/releases/ffmpeg-6.1.1.tar.xz
source-checksum: sha256/8684f4b00f94b85461884c3719382f1261f0d9eb3d59640a1f4ac0873616f968
source: https://ffmpeg.org/releases/ffmpeg-7.0.tar.xz
source-checksum: sha256/4426a94dd2c814945456600c8adfc402bee65ec14a70e8c531ec9a2cd651da7b
plugin: autotools
autotools-configure-parameters: [ --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 @@ -154,7 +154,7 @@ exhale_version=1.2.0
faac_version=1.30
faad2_version=2.10.0
fdk_aac_version=2.0.3
ffmpeg_version=6.1.1
ffmpeg_version=7.0
flac_version=1.4.3
lame_version=3.100
libcdio_version=2.1.0
Expand Down

0 comments on commit 8360f60

Please sign in to comment.