We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e0879 commit 3358fa8Copy full SHA for 3358fa8
src/torchcodec/decoders/_core/CMakeLists.txt
@@ -81,12 +81,12 @@ if(DEFINED ENV{BUILD_AGAINST_ALL_FFMPEG_FROM_S3})
81
# TODO: Enable more ffmpeg versions for cuda.
82
make_torchcodec_library(libtorchcodec7 ffmpeg7)
83
make_torchcodec_library(libtorchcodec6 ffmpeg6)
84
- #else()
+ else()
85
86
87
make_torchcodec_library(libtorchcodec5 ffmpeg5)
88
make_torchcodec_library(libtorchcodec4 ffmpeg4)
89
- #endif()
+ endif()
90
91
else()
92
message(
0 commit comments