Use ffmpeg 5.1.2 in cmake

This commit is contained in:
bnnm 2022-10-18 00:05:56 +02:00
parent 01d5575c67
commit 6babe91a5e

View File

@ -62,7 +62,7 @@ if(USE_FFMPEG)
FetchDependency(FFMPEG FetchDependency(FFMPEG
DIR ffmpeg DIR ffmpeg
GIT_REPOSITORY https://git.ffmpeg.org/ffmpeg.git GIT_REPOSITORY https://git.ffmpeg.org/ffmpeg.git
GIT_TAG n4.4 GIT_TAG n5.1.2
) )
if(FFMPEG_PATH) if(FFMPEG_PATH)