Skip to content

Commit c4ae676

Browse files
committed
Rename .cpp files to match the library names
1 parent 169b4d6 commit c4ae676

File tree

3 files changed

+2
-2
lines changed

3 files 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
@@ -92,7 +92,7 @@ function(make_torchcodec_libraries
9292
set(custom_ops_library_name "libtorchcodec_custom_ops${ffmpeg_major_version}")
9393
set(custom_ops_sources
9494
AVIOBytesContext.cpp
95-
VideoDecoderOps.cpp
95+
custom_ops.cpp
9696
)
9797
set(custom_ops_dependencies
9898
${decoder_library_name}
@@ -109,7 +109,7 @@ function(make_torchcodec_libraries
109109
set(pybind_ops_library_name "libtorchcodec_pybind_ops${ffmpeg_major_version}")
110110
set(pybind_ops_sources
111111
AVIOFileLikeContext.cpp
112-
PyBindOps.cpp
112+
pybind_ops.cpp
113113
)
114114
set(pybind_ops_dependencies
115115
${decoder_library_name}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)