mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Use FFmpeg 5.1 on Windows.
This commit is contained in:
parent
ff4af1b9bc
commit
af95bd6fb7
1 changed files with 1 additions and 2 deletions
|
@ -875,8 +875,8 @@ win:
|
||||||
stage('ffmpeg', """
|
stage('ffmpeg', """
|
||||||
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
|
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
|
||||||
cd ffmpeg
|
cd ffmpeg
|
||||||
|
git checkout 7268323193
|
||||||
win:
|
win:
|
||||||
git checkout cc33e73618
|
|
||||||
SET PATH_BACKUP_=%PATH%
|
SET PATH_BACKUP_=%PATH%
|
||||||
SET PATH=%ROOT_DIR%\\ThirdParty\\msys64\\usr\\bin;%PATH%
|
SET PATH=%ROOT_DIR%\\ThirdParty\\msys64\\usr\\bin;%PATH%
|
||||||
|
|
||||||
|
@ -888,7 +888,6 @@ depends:patches/build_ffmpeg_win.sh
|
||||||
|
|
||||||
SET PATH=%PATH_BACKUP_%
|
SET PATH=%PATH_BACKUP_%
|
||||||
mac:
|
mac:
|
||||||
git checkout 7268323193
|
|
||||||
export PKG_CONFIG_PATH=$USED_PREFIX/lib/pkgconfig
|
export PKG_CONFIG_PATH=$USED_PREFIX/lib/pkgconfig
|
||||||
depends:yasm/yasm
|
depends:yasm/yasm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue