File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/torchcodec/decoders/_core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function(make_torchcodec_libraries
5454 # load these libraries separately on the Python side. Depends on
5555 # libtorchcodec_decoderN.{ext}. On BOTH Linux and Mac {ext} is so.
5656
57- # 1. Create libtorchcodec_decoderN.so .
57+ # 1. Create libtorchcodec_decoderN.{ext} .
5858 set (decoder_library_name "libtorchcodec_decoder${ffmpeg_major_version} " )
5959 set (decoder_sources
6060 AVIOContextHolder.cpp
@@ -87,7 +87,7 @@ function(make_torchcodec_libraries
8787 "${decoder_library_dependencies} "
8888 )
8989
90- # 2. Create libtorchcodec_custom_opsN.so .
90+ # 2. Create libtorchcodec_custom_opsN.{ext} .
9191 set (custom_ops_library_name "libtorchcodec_custom_ops${ffmpeg_major_version} " )
9292 set (custom_ops_sources
9393 AVIOBytesContext.cpp
You can’t perform that action at this time.
0 commit comments