mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2024-11-23 05:59:41 +00:00
Use Windows FFmpeg built with Clang
For better intrin perf in vf_tonemapx filter. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
116d2fa9cd
commit
67c520bf28
@ -77,7 +77,7 @@ case ${BUILD_TYPE}-${PACKAGE_ARCH} in
|
||||
# rm ffmpeg.tar.xz
|
||||
# ;;
|
||||
windows-amd64)
|
||||
FFMPEG_PATH=$( curl ${REPOSITORY_URI}/?path=/ffmpeg/windows/latest-${FFMPEG_VERSION}/win64 | grep -o "/files/.*-portable_win64.zip'" | sed "s/'$//" )
|
||||
FFMPEG_PATH=$( curl ${REPOSITORY_URI}/?path=/ffmpeg/windows/latest-${FFMPEG_VERSION}/win64 | grep -o "/files/.*-portable_win64-clang-gpl.zip'" | sed "s/'$//" )
|
||||
curl --location --output ffmpeg.zip ${REPOSITORY_URI}${FFMPEG_PATH}
|
||||
unzip ffmpeg.zip
|
||||
rm ffmpeg.zip
|
||||
|
Loading…
Reference in New Issue
Block a user