File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,13 @@ function(add_libspdl ffmpeg_version)
9595
9696endfunction ()
9797
98- set (ffmpeg_versions 4 5 6 7 )
98+ set (ffmpeg_versions 8 7 6 5 4 )
9999if (SPDL_USE_FFMPEG_VERSION IN_LIST ffmpeg_versions)
100100 add_libspdl("${SPDL_USE_FFMPEG_VERSION} " )
101101else ()
102- add_libspdl(4)
103- add_libspdl(5)
104- add_libspdl(6)
102+ add_libspdl(8)
105103 add_libspdl(7)
104+ add_libspdl(6)
105+ add_libspdl(5)
106+ add_libspdl(4)
106107endif ()
Original file line number Diff line number Diff line change @@ -71,12 +71,13 @@ function(add_spdl_cuda_extension ffmpeg_version)
7171 endif ()
7272endfunction ()
7373
74- set (ffmpeg_versions 4 5 6 7 )
74+ set (ffmpeg_versions 8 7 6 5 4 )
7575if (SPDL_USE_FFMPEG_VERSION IN_LIST ffmpeg_versions)
7676add_spdl_cuda_extension("${SPDL_USE_FFMPEG_VERSION} " )
7777else ()
78- add_spdl_cuda_extension(4)
79- add_spdl_cuda_extension(5)
80- add_spdl_cuda_extension(6)
78+ add_spdl_cuda_extension(8)
8179add_spdl_cuda_extension(7)
80+ add_spdl_cuda_extension(6)
81+ add_spdl_cuda_extension(5)
82+ add_spdl_cuda_extension(4)
8283endif ()
You can’t perform that action at this time.
0 commit comments