Skip to content

Commit e9b6c76

Browse files
committed
More more comments
1 parent 3896a70 commit e9b6c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/torchcodec/decoders/_core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)