From 1e0e4ec5db0f59bdcb8a3e1f57c01890ba53c95e Mon Sep 17 00:00:00 2001 From: Aaron Gember-Jacobson Date: Wed, 6 Aug 2025 10:12:18 -0400 Subject: [PATCH] Use version 2.3.0 of SVT-AV1 --- ffmpeg/external/CMakeLists.txt.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ffmpeg/external/CMakeLists.txt.in b/ffmpeg/external/CMakeLists.txt.in index 17a1609..84bda94 100644 --- a/ffmpeg/external/CMakeLists.txt.in +++ b/ffmpeg/external/CMakeLists.txt.in @@ -144,6 +144,7 @@ ExternalProject_Add( ExternalProject_Add( SVT-AV1 GIT_REPOSITORY https://gitlab.com/AOMediaCodec/SVT-AV1.git + GIT_TAG tags/v2.3.0 SOURCE_DIR ${CMAKE_SOURCE_DIR}/SVT-AV1 INSTALL_DIR ${INSTALL_PREFIX} CONFIGURE_COMMAND @@ -197,4 +198,4 @@ ExternalProject_Add( INSTALL_COMMAND COMMAND cd ${CMAKE_SOURCE_DIR}/vmaf/libvmaf/build COMMAND ninja install -) \ No newline at end of file +)