Skip to content

Commit 5f42d15

Browse files
committed
cmake
1 parent 290c96e commit 5f42d15

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/torchcodec/_core/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,13 @@ function(make_torchcodec_libraries
5959
set(decoder_library_name "libtorchcodec_decoder${ffmpeg_major_version}")
6060
set(decoder_sources
6161
AVIOContextHolder.cpp
62+
AVIOBytesContext.cpp
6263
FFMPEGCommon.cpp
63-
DeviceInterface.cpp
64+
DeviceInterface.cpp
6465
SingleStreamDecoder.cpp
6566
# TODO: lib name should probably not be "*_decoder*" now that it also
6667
# contains an encoder
6768
Encoder.cpp
68-
# TODO-Encoding remove from here. Should only be needed in custom_ops.cpp
69-
AVIOBytesContext.cpp
7069
)
7170

7271
if(ENABLE_CUDA)

0 commit comments

Comments
 (0)