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 +)