Skip to content

Commit da42e6b

Browse files
committed
.
1 parent 4939eab commit da42e6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/torchcodec/decoders/_core/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ if(DEFINED ENV{BUILD_AGAINST_ALL_FFMPEG_FROM_S3})
7777
)
7878

7979

80-
make_torchcodec_library(libtorchcodec5 ffmpeg5)
81-
make_torchcodec_library(libtorchcodec6 ffmpeg6)
8280
make_torchcodec_library(libtorchcodec7 ffmpeg7)
81+
make_torchcodec_library(libtorchcodec6 ffmpeg6)
82+
make_torchcodec_library(libtorchcodec5 ffmpeg5)
83+
make_torchcodec_library(libtorchcodec7 ffmpeg4)
8384
else()
8485
message(
8586
STATUS

0 commit comments

Comments
 (0)